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

  /external/antlr/src/org/antlr/runtime/
RecognizerSharedState.java 66 public int syntaxErrors = 0;
131 this.syntaxErrors = state.syntaxErrors;
BaseRecognizer.java 80 state.syntaxErrors = 0;
174 * If you override, make sure to update syntaxErrors if you care about that.
183 state.syntaxErrors++; // don't count spurious
307 return state.syntaxErrors;

Completed in 2016 milliseconds