Package com.e1c.langtool.v8.dt.xtext
Interface ParseTreeVisitor
- All Known Implementing Classes:
BslNStrCleanupVisitor,BslNStrPreprocessingVisitor,BslTextProcessor,MultiTextEditParseTreeVisitor,QlTextProcessor,RightQlTextProcessor,RightTemplateTextProcessor
public interface ParseTreeVisitor
Interruptable parse tree visitor.
Each
visit() method should return true to continue tree walking or false to stop.-
Method Summary
-
Method Details
-
visit
Deprecated. -
visit
boolean visit(org.eclipse.xtext.nodemodel.ILeafNode node)
-