|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CastLookahead | |
| org.tromer.jie.parser | Java parser, generated by JavaCC from JTB-generated grammar. |
| org.tromer.jie.visitor | Basic visitor classes for Java abstract syntax trees, generated by JTB
and by JIE's makeVisitors.pl script. |
| Uses of CastLookahead in org.tromer.jie.parser |
| Methods in org.tromer.jie.parser that return CastLookahead | |
CastLookahead |
JavaParser.CastLookahead()
|
| Uses of CastLookahead in org.tromer.jie.visitor |
| Methods in org.tromer.jie.visitor with parameters of type CastLookahead | |
java.lang.Object |
NullObjectVisitor.visit(CastLookahead n,
java.lang.Object argu)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
java.lang.Object |
CallingDepthFirst.visit(CastLookahead n,
java.lang.Object argu)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
void |
PrePostDepthFirst.visit(CastLookahead n)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
java.lang.Object |
ObjectVisitor.visit(CastLookahead n,
java.lang.Object argu)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
void |
Visitor.visit(CastLookahead n)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
java.lang.Object |
ObjectDepthFirst.visit(CastLookahead n,
java.lang.Object argu)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
void |
DepthFirstVisitor.visit(CastLookahead n)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
void |
TreeFormatter.visit(CastLookahead n)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
java.lang.Object |
GreedyDepthFirst.visit(CastLookahead n,
java.lang.Object argu)
nodeChoice -> "(" PrimitiveType() | "(" Name() "[" "]" | "(" Name() ")" ( "~" | "!" | "(" | <IDENTIFIER> | "this" | "super" | "new" | Literal() ) |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||