Package org.javacc.parser
Class Semanticize.LookaheadChecker
java.lang.Object
org.javacc.parser.Semanticize.LookaheadChecker
- All Implemented Interfaces:
TreeWalkerOp
- Enclosing class:
Semanticize
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWhen a node is visited, this method is invoked with the node as parameter.booleanWhen called at a particular node, this specifies to the tree walker if it should visit more nodes under this node.(package private) static booleanimplicitLA(Expansion exp)
-
Field Details
-
semanticize
-
-
Constructor Details
-
LookaheadChecker
-
-
Method Details
-
goDeeper
Description copied from interface:TreeWalkerOpWhen called at a particular node, this specifies to the tree walker if it should visit more nodes under this node.- Specified by:
goDeeperin interfaceTreeWalkerOp
-
action
Description copied from interface:TreeWalkerOpWhen a node is visited, this method is invoked with the node as parameter.- Specified by:
actionin interfaceTreeWalkerOp
-
implicitLA
-