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

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 54 $state->last_error_index(-1);
266 if ($self->state->last_error_index == $input->index()) {
274 $self->state->last_error_index($input->index());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 73 :last_error_index,
110 # self.last_error_index = -1
120 self.last_error_index = -1
recognizers.rb 41 :last_error_index,
67 last_error_index::
99 # self.last_error_index = -1
111 self.last_error_index = -1
500 @state.last_error_index == @input.index and @input.consume
501 @state.last_error_index = @input.index
    [all...]

Completed in 266 milliseconds