Searched defs:MEMO_RULE_FAILED (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3errors.h44 #define MEMO_RULE_FAILED 0xFFFFFFFE macro
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm14 Readonly my $MEMO_RULE_FAILED => -2;
15 sub MEMO_RULE_FAILED { $MEMO_RULE_FAILED } subroutine
541 if ($stop_index == $self->MEMO_RULE_FAILED) {
554 my $stop_token_index = $self->state->failed ? $self->MEMO_RULE_FAILED : $input->index() - 1;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java41 public static final int MEMO_RULE_FAILED = -2; field in class:BaseRecognizer
808 * MEMO_RULE_FAILED.
819 if ( stopIndex==MEMO_RULE_FAILED ) {
837 int stopTokenIndex = state.failed?MEMO_RULE_FAILED:input.index()-1;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py82 # get back the stop token for associated rule or MEMO_RULE_FAILED.
136 MEMO_RULE_FAILED = -2 variable in class:BaseRecognizer
933 MEMO_RULE_FAILED.
944 if stopIndex == self.MEMO_RULE_FAILED:
962 stopTokenIndex = self.MEMO_RULE_FAILED
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 601 milliseconds