Class SetAST

java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.antlr.v4.tool.ast.GrammarAST
org.antlr.v4.tool.ast.SetAST
All Implemented Interfaces:
org.antlr.runtime.tree.Tree, RuleElementAST

public class SetAST extends GrammarAST implements RuleElementAST
  • Constructor Details

    • SetAST

      public SetAST(SetAST node)
    • SetAST

      public SetAST(int type, org.antlr.runtime.Token t, String text)
  • Method Details