Class BlockAST

    • Field Detail

      • 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 Detail

      • 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)