* The returned pointer is used as an index into the token names table (using the token * number as the index). * * \return Pointer to first char * in the table. */ static pANTLR3_UINT8 *getTokenNames() { return corpconfParserTokenNames; } /* Declare the bitsets */ /** Bitset defining follow set for error recovery in rule state: FOLLOW_block_in_config269 */ static ANTLR3_BITWORD FOLLOW_block_in_config269_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000000) }; static ANTLR3_BITSET_LIST FOLLOW_block_in_config269 = { FOLLOW_block_in_config269_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_EOF_in_config272 */ static ANTLR3_BITWORD FOLLOW_EOF_in_config272_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000002) }; static ANTLR3_BITSET_LIST FOLLOW_EOF_in_config272 = { FOLLOW_EOF_in_config272_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_line_in_block293 */ static ANTLR3_BITWORD FOLLOW_line_in_block293_bits[] = { ANTLR3_UINT64_LIT(0x00000000000038C2) }; static ANTLR3_BITSET_LIST FOLLOW_line_in_block293 = { FOLLOW_line_in_block293_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_NL_in_block296 */ static ANTLR3_BITWORD FOLLOW_NL_in_block296_bits[] = { ANTLR3_UINT64_LIT(0x00000000000038C2) }; static ANTLR3_BITSET_LIST FOLLOW_NL_in_block296 = { FOLLOW_NL_in_block296_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_11_in_line319 */ static ANTLR3_BITWORD FOLLOW_11_in_line319_bits[] = { ANTLR3_UINT64_LIT(0x0000000000004120) }; static ANTLR3_BITSET_LIST FOLLOW_11_in_line319 = { FOLLOW_11_in_line319_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_value_in_line323 */ static ANTLR3_BITWORD FOLLOW_value_in_line323_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000240) };
* * The returned pointer is used as an index into the token names table (using the token * number as the index). * * \return Pointer to first char * in the table. */ static pANTLR3_UINT8 *getTokenNames() { return TestGrammarParserTokenNames; } /* Declare the bitsets */ /** Bitset defining follow set for error recovery in rule state: FOLLOW_HELLO_in_program24 */ static ANTLR3_BITWORD FOLLOW_HELLO_in_program24_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000020) }; static ANTLR3_BITSET_LIST FOLLOW_HELLO_in_program24 = { FOLLOW_HELLO_in_program24_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_WORLD_in_program26 */ static ANTLR3_BITWORD FOLLOW_WORLD_in_program26_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000002) }; static ANTLR3_BITSET_LIST FOLLOW_WORLD_in_program26 = { FOLLOW_WORLD_in_program26_bits, 1 }; /* ============================================== * Parsing rules */ /** * $ANTLR start program * TestGrammar.g:7:1: program : HELLO WORLD ; */ static void program(pTestGrammarParser ctx)
* * The returned pointer is used as an index into the token names table (using the token * number as the index). * * \return Pointer to first char * in the table. */ static pANTLR3_UINT8 *getTokenNames() { return filter_expressionParserTokenNames; } /* Declare the bitsets */ /** Bitset defining follow set for error recovery in rule state: FOLLOW_filter_expr_in_start_point69 */ static ANTLR3_BITWORD FOLLOW_filter_expr_in_start_point69_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000000) }; static ANTLR3_BITSET_LIST FOLLOW_filter_expr_in_start_point69 = { FOLLOW_filter_expr_in_start_point69_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_EOF_in_start_point71 */ static ANTLR3_BITWORD FOLLOW_EOF_in_start_point71_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000002) }; static ANTLR3_BITSET_LIST FOLLOW_EOF_in_start_point71 = { FOLLOW_EOF_in_start_point71_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_boolean_expr_in_filter_expr89 */ static ANTLR3_BITWORD FOLLOW_boolean_expr_in_filter_expr89_bits[] = { ANTLR3_UINT64_LIT(0x0000000000000002) }; static ANTLR3_BITSET_LIST FOLLOW_boolean_expr_in_filter_expr89 = { FOLLOW_boolean_expr_in_filter_expr89_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_boolean_term_in_boolean_expr107 */ static ANTLR3_BITWORD FOLLOW_boolean_term_in_boolean_expr107_bits[] = { ANTLR3_UINT64_LIT(0x0000000000100002) }; static ANTLR3_BITSET_LIST FOLLOW_boolean_term_in_boolean_expr107 = { FOLLOW_boolean_term_in_boolean_expr107_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_OR_in_boolean_expr115 */ static ANTLR3_BITWORD FOLLOW_OR_in_boolean_expr115_bits[] = { ANTLR3_UINT64_LIT(0x0000000012012000) }; static ANTLR3_BITSET_LIST FOLLOW_OR_in_boolean_expr115 = { FOLLOW_OR_in_boolean_expr115_bits, 1 }; /** Bitset defining follow set for error recovery in rule state: FOLLOW_boolean_term_in_boolean_expr119 */ static ANTLR3_BITWORD FOLLOW_boolean_term_in_boolean_expr119_bits[] = { ANTLR3_UINT64_LIT(0x0000000000100002) };