Class PlusBlockAST

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

public class PlusBlockAST extends GrammarAST implements RuleElementAST, QuantifierAST
  • Field Details

    • _greedy

      private final boolean _greedy
  • Constructor Details

    • PlusBlockAST

      public PlusBlockAST(PlusBlockAST node)
    • PlusBlockAST

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