Class RuleAST

java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
All Implemented Interfaces:
org.antlr.runtime.tree.Tree

public class RuleAST extends GrammarASTWithOptions
  • Constructor Details

    • RuleAST

      public RuleAST(RuleAST node)
    • RuleAST

      public RuleAST(org.antlr.runtime.Token t)
    • RuleAST

      public RuleAST(int type)
  • Method Details