| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
Binding
A binding of a grammar element to a variable.
|
class |
FollowedBy
A followed-by predicate.
|
class |
NotFollowedBy
A not-followed-by predicate.
|
class |
Option
An optional grammar element.
|
class |
ParserAction
A parser action.
|
class |
Predicate
The superclass of all predicates.
|
class |
Quantification
The superclass of repetitions and options.
|
class |
Repetition
A repeated grammar element.
|
class |
SemanticPredicate
A semantic predicate.
|
class |
StringMatch
A match of a string to a grammar element.
|
class |
VoidedElement
A voided element.
|
| Modifier and Type | Method and Description |
|---|---|
protected Element |
GenericVoider.check(UnaryOperator op)
Check the specified binding or string match.
|
void |
TextTester.visit(UnaryOperator op)
Visit the specified unary operator.
|
java.lang.Boolean |
EquivalenceTester.visit(UnaryOperator op1)
Visit the specified unary operator.
|
void |
Tokenizer.Tester.visit(UnaryOperator op)
Visit the specified unary operator.
|
void |
TreeExtractor.visit(UnaryOperator op)
Visit the specified unary operator.
|
void |
ReachabilityChecker.visit(UnaryOperator op)
Visit the specified unary operator.
|
void |
TreeTyper.visit(UnaryOperator op)
Visit the specified unary operator.
|
void |
LeftRecurser.visit(UnaryOperator op)
Visit the specified unary operator.
|
Copyright © 2014. All Rights Reserved.