public abstract class RecursiveLighterASTNodeWalkingVisitor extends LighterASTNodeVisitor
Modifier | Constructor and Description |
---|---|
protected |
RecursiveLighterASTNodeWalkingVisitor(LighterAST ast) |
Modifier and Type | Method and Description |
---|---|
protected void |
elementFinished(LighterASTNode element) |
void |
stopWalking() |
void |
visitNode(LighterASTNode element) |
visitLazyParseableNode, visitTokenNode
protected RecursiveLighterASTNodeWalkingVisitor(LighterAST ast)
protected void elementFinished(LighterASTNode element)
public void visitNode(LighterASTNode element)
visitNode
in class LighterASTNodeVisitor
public void stopWalking()