Class StarBlockAST

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

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

    • _greedy

      private final boolean _greedy
  • Constructor Details

    • StarBlockAST

      public StarBlockAST(StarBlockAST node)
    • StarBlockAST

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