Class BlockAST

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

public class BlockAST extends GrammarASTWithOptions implements RuleElementAST
  • Field Details

    • defaultBlockOptions

      public static final Map<String,String> defaultBlockOptions
      What are the default options for a subrule?
    • defaultLexerBlockOptions

      public static final Map<String,String> defaultLexerBlockOptions
  • Constructor Details

    • BlockAST

      public BlockAST(BlockAST node)
    • BlockAST

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

      public BlockAST(int type)
    • BlockAST

      public BlockAST(int type, org.antlr.runtime.Token t)
    • BlockAST

      public BlockAST(int type, org.antlr.runtime.Token t, String text)
  • Method Details