Class PredAST

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

public class PredAST extends ActionAST
  • Constructor Details

    • PredAST

      public PredAST(PredAST node)
    • PredAST

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

      public PredAST(int type)
    • PredAST

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