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

    Modifier and Type
    Method
    Description
    default boolean
    visit(org.eclipse.xtext.nodemodel.ICompositeNode node)
    Deprecated.
    boolean
    visit(org.eclipse.xtext.nodemodel.ILeafNode node)
     
  • Method Details

    • visit

      @Deprecated default boolean visit(org.eclipse.xtext.nodemodel.ICompositeNode node)
      Deprecated.
    • visit

      boolean visit(org.eclipse.xtext.nodemodel.ILeafNode node)