Class XtextUtils

java.lang.Object
com.e1c.langtool.v8.dt.xtext.XtextUtils

public final class XtextUtils extends Object
  • Method Details

    • walkParseTree

      public static void walkParseTree(org.eclipse.xtext.nodemodel.INode rootNode, ParseTreeVisitor visitor)
      Walk tree starting from @code rootNode applying provided visitor to the tree nodes.
      Parameters:
      rootNode - Tree root node.
      visitor - Visitor to be applied to tree nodes.