|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnaryOperator | |
|---|---|
| xtc.parser | |
| Uses of UnaryOperator in xtc.parser |
|---|
| Subclasses of UnaryOperator in xtc.parser | |
|---|---|
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. |
| Methods in xtc.parser with parameters of type UnaryOperator | |
|---|---|
protected Element |
GenericVoider.check(UnaryOperator op)
Check the specified binding or string match. |
void |
TextTester.visit(UnaryOperator op)
Visit the specified unary operator. |
void |
LeftRecurser.visit(UnaryOperator op)
Visit the specified unary operator. |
void |
ReachabilityChecker.visit(UnaryOperator op)
Visit the specified unary operator. |
void |
TreeExtractor.visit(UnaryOperator op)
Visit the specified unary operator. |
void |
Tokenizer.Tester.visit(UnaryOperator op)
Visit the specified unary operator. |
void |
TreeTyper.visit(UnaryOperator op)
Visit the specified unary operator. |
java.lang.Boolean |
EquivalenceTester.visit(UnaryOperator op1)
Visit the specified unary operator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||