Class OptionalBlockAST

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

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

    • _greedy

      private final boolean _greedy
  • Constructor Details

    • OptionalBlockAST

      public OptionalBlockAST(OptionalBlockAST node)
    • OptionalBlockAST

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