Uses of Interface
org.javacc.parser.TreeWalkerOp
Packages that use TreeWalkerOp
-
Uses of TreeWalkerOp in org.javacc.parser
Classes in org.javacc.parser that implement TreeWalkerOpModifier and TypeClassDescriptionprivate static classprivate static classObjects of this class are created from class Semanticize to work on references to regular expressions from RJustName's.private static classprivate static classprivate static classMethods in org.javacc.parser with parameters of type TreeWalkerOpModifier and TypeMethodDescription(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.