• Home
  • Raw
  • Download

Lines Matching refs:Readonly

3 use Readonly;
14 Readonly my $MEMO_RULE_FAILED => -2;
17 Readonly my $MEMO_RULE_UNKNOWN => -1;
20 Readonly my $INITIAL_FOLLOW_STACK_SIZE => 100;
24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
30 Readonly my $NEXT_TOKEN_RULE_NAME => 'next_token';
65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
86 Readonly my $usage => 'void match_any(IntStream input)';
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)';
147 Readonly my $usage => 'void report_error(RecognitionException e)';
162Readonly my $usage => 'void display_recognition_error(String[] token_names, RecognitionException e…
172 Readonly my $usage => 'String get_error_message(RecognitionException e, String[] token_names)';
221 Readonly my $usage => 'String get_error_header(RecognitionException e)';
232 Readonly my $usage => 'String get_token_error_display(Token t)';
254 Readonly my $usage => 'void emit_error_message(String msg)';
262 Readonly my $usage => 'void recover(IntStream input, RecognitionException re)';
288 Readonly my $usage => 'void compute_error_recovery_set()';
296 Readonly my $usage => 'void compute_context_sensitive_rule_FOLLOW()';
304 Readonly my $usage => 'BitSet combine_follows(boolean exact)';
322Readonly my $usage => 'void recover_from_mismatched_token(IntStream input, int ttype, BitSet follo…
364Readonly my $usage => 'void recover_from_mismatched_set(IntStream input, RecognitionException e, B…
382Readonly my $usage => 'boolean recover_from_mismatched_element(IntStream input, RecognitionExcepti…
418 Readonly my $usage => 'void consume_until(IntStream input, (int token_type | BitSet set))';
441 Readonly my $usage => 'void push_follow(BitSet fset)';
450 Readonly my $usage => 'List get_rule_invocation_stack()';
478 Readonly my $usage => 'int get_backtracking_level()';
504 Readonly my $usage => 'List to_strings(List tokens)';
516 Readonly my $usage => 'int get_rule_memoization(int rule_index, int rule_start_index)';
532 Readonly my $usage => 'boolean alredy_parsed_rule(IntStream input, int rule_index)';
550 Readonly my $usage => 'void memoize(IntStream input, int rule_index, int rule_start_index)';
561 Readonly my $usage => 'int get_rule_memoization_cache_size()';
574 Readonly my $usage => 'void trace_in(String rule_name, int rule_index, input_symbol)';
589 Readonly my $usage => 'void trace_out(String rule_name, int rule_index, input_symbol)';