Searched refs:syntaxErrors (Results 1 – 16 of 16) sorted by relevance
87 public int syntaxErrors; field in Antlr.Runtime.RecognizerSharedState168 syntaxErrors = state.syntaxErrors; in RecognizerSharedState()
107 state.syntaxErrors = 0; in Reset()214 state.syntaxErrors++; // don't count spurious in ReportError()330 return state.syntaxErrors;
89 public int syntaxErrors; field in Antlr.Runtime.RecognizerSharedState172 syntaxErrors = state.syntaxErrors; in RecognizerSharedState()
118 state.syntaxErrors = 0; in Reset()238 state.syntaxErrors++; // don't count spurious in ReportError()387 return state.syntaxErrors;
67 public int syntaxErrors = 0; field in RecognizerSharedState133 this.syntaxErrors = state.syntaxErrors; in RecognizerSharedState()
80 state.syntaxErrors = 0; in reset()183 state.syntaxErrors++; // don't count spurious in reportError()307 return state.syntaxErrors; in getNumberOfSyntaxErrors()
40 @synthesize syntaxErrors;75 syntaxErrors = 0;106 syntaxErrors = 0;138 syntaxErrors = aState.syntaxErrors;
39 NSInteger syntaxErrors; variable57 @property (assign) NSInteger syntaxErrors;
113 state.syntaxErrors = 0;134 state.syntaxErrors = 0;157 state.syntaxErrors = 0;189 state.syntaxErrors = 0;306 * If you override, make sure to update syntaxErrors if you care about that.316 state.syntaxErrors++; // don't count spurious445 return state.syntaxErrors;
37 this.syntaxErrors = 0;
81 this.state.syntaxErrors = 0;225 this.state.syntaxErrors++;360 return this.state.syntaxErrors;
86 self.syntaxErrors = 0189 self._state.syntaxErrors = 0283 self._state.syntaxErrors += 1 # don't count spurious402 return self._state.syntaxErrors
88 self.syntaxErrors = 0190 self._state.syntaxErrors = 0284 self._state.syntaxErrors += 1 # don't count spurious410 return self._state.syntaxErrors
38 public var syntaxErrors:int = 0; variable in org.antlr.runtime.RecognizerSharedState
45 state.syntaxErrors = 0;152 * If you override, make sure to update syntaxErrors if you care about that.161 state.syntaxErrors++; // don't count spurious286 return state.syntaxErrors;
147 state.syntaxErrors++; // don't count spurious