Uses of Interface
org.javacc.parser.TreeWalkerOp
-
Packages that use TreeWalkerOp Package Description org.javacc.parser A grammar and lexer generator. -
-
Uses of TreeWalkerOp in org.javacc.parser
Classes in org.javacc.parser that implement TreeWalkerOp Modifier and Type Class Description private static classSemanticize.EmptyCheckerprivate static classSemanticize.FixRJustNamesObjects of this class are created from class Semanticize to work on references to regular expressions from RJustName's.private static classSemanticize.LookaheadCheckerprivate static classSemanticize.LookaheadFixerprivate static classSemanticize.ProductionDefinedCheckerMethods in org.javacc.parser with parameters of type TreeWalkerOp Modifier and Type Method Description (package private) static voidExpansionTreeWalker. postOrderWalk(Expansion node, TreeWalkerOp opObj)Visits the nodes of the tree rooted at "node" in post-order.(package private) static voidExpansionTreeWalker. preOrderWalk(Expansion node, TreeWalkerOp opObj)Visits the nodes of the tree rooted at "node" in pre-order.
-