OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastErrorIndex
(Results
1 - 2
of
2
) sorted by null
/external/antlr/src/org/antlr/runtime/
RecognizerSharedState.java
58
public int
lastErrorIndex
= -1;
129
this.
lastErrorIndex
= state.
lastErrorIndex
;
BaseRecognizer.java
78
state.
lastErrorIndex
= -1;
354
if ( state.
lastErrorIndex
==input.index() ) {
361
state.
lastErrorIndex
= input.index();
Completed in 56 milliseconds