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(Token t)
      • BlockAST

        public BlockAST(int type,
                        Token t)
      • BlockAST

        public BlockAST(int type,
                        Token t,
                        String text)