|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodDeclarationLookahead | |
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 MethodDeclarationLookahead in org.tromer.jie.parser |
Methods in org.tromer.jie.parser that return MethodDeclarationLookahead | |
MethodDeclarationLookahead |
JavaParser.MethodDeclarationLookahead()
|
Uses of MethodDeclarationLookahead in org.tromer.jie.visitor |
Methods in org.tromer.jie.visitor with parameters of type MethodDeclarationLookahead | |
java.lang.Object |
NullObjectVisitor.visit(MethodDeclarationLookahead n,
java.lang.Object argu)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
java.lang.Object |
CallingDepthFirst.visit(MethodDeclarationLookahead n,
java.lang.Object argu)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
void |
PrePostDepthFirst.visit(MethodDeclarationLookahead n)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
java.lang.Object |
ObjectVisitor.visit(MethodDeclarationLookahead n,
java.lang.Object argu)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
void |
Visitor.visit(MethodDeclarationLookahead n)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
java.lang.Object |
ObjectDepthFirst.visit(MethodDeclarationLookahead n,
java.lang.Object argu)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
void |
DepthFirstVisitor.visit(MethodDeclarationLookahead n)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
void |
TreeFormatter.visit(MethodDeclarationLookahead n)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
java.lang.Object |
GreedyDepthFirst.visit(MethodDeclarationLookahead n,
java.lang.Object argu)
nodeListOptional -> ( "public" | "protected" | "private" | "static" | "abstract" | "final" | "native" | "synchronized" | "strictfp" )* resultType -> ResultType() nodeToken -> <IDENTIFIER> nodeToken1 -> "(" |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |