HomeSort by relevance Sort by last modified time
    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