Class Semanticize.FixRJustNames
java.lang.Object
org.javacc.parser.Semanticize.FixRJustNames
- All Implemented Interfaces:
TreeWalkerOp
- Enclosing class:
Semanticize
Objects of this class are created from class Semanticize to work on
references to regular expressions from RJustName's.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFixRJustNames(Context context) Constructs an instance ofSemanticize.FixRJustNames. -
Method Summary
-
Field Details
-
root
-
context
-
-
Constructor Details
-
FixRJustNames
Constructs an instance ofSemanticize.FixRJustNames.- Parameters:
context-
-
-
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
-