HomeSort by relevance Sort by last modified time
    Searched refs:stop_index (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 524 my $stop_index = $self->state->rule_memo->[$rule_index]->{$rule_start_index};
525 if (!defined $stop_index) {
528 return $stop_index;
536 my $stop_index = $self->get_rule_memoization($rule_index, $input->index());
537 if ($stop_index == $self->MEMO_RULE_UNKNOWN) {
541 if ($stop_index == $self->MEMO_RULE_FAILED) {
544 $input->seek($stop_index + 1);