Class ActionAST

java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
All Implemented Interfaces:
org.antlr.runtime.tree.Tree, RuleElementAST
Direct Known Subclasses:
PredAST

public class ActionAST extends GrammarASTWithOptions implements RuleElementAST
  • Field Details

  • Constructor Details

    • ActionAST

      public ActionAST(ActionAST node)
    • ActionAST

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

      public ActionAST(int type)
    • ActionAST

      public ActionAST(int type, org.antlr.runtime.Token t)
  • Method Details