Searched refs:mte (Results 1 – 19 of 19) sorted by relevance
163 catch (MismatchedTokenException mte) in NextToken()165 ReportError(mte); in NextToken()262 … MismatchedTokenException mte = new MismatchedTokenException(s[i], input, TokenNames); in Match()263 Recover( mte ); in Match()264 throw mte; in Match()286 MismatchedTokenException mte = new MismatchedTokenException(c, input, TokenNames); in Match()287 Recover( mte ); // don't really recover; just consume in lexer in Match()288 throw mte; in Match()341 MismatchedTokenException mte = (MismatchedTokenException)e; in GetErrorMessage()342 …cter " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); in GetErrorMessage()
293 MissingTokenException mte = (MissingTokenException)e; in GetErrorMessage()295 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage()301 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage()307 MismatchedTokenException mte = (MismatchedTokenException)e; in GetErrorMessage()309 if ( mte.Expecting == TokenTypes.EndOfFile ) in GetErrorMessage()315 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage()
278 … MismatchedTokenException mte = new MismatchedTokenException(s[i], input, TokenNames); in Match()279 Recover( mte ); in Match()280 throw mte; in Match()302 MismatchedTokenException mte = new MismatchedTokenException(c, input, TokenNames); in Match()303 Recover( mte ); // don't really recover; just consume in lexer in Match()304 throw mte; in Match()358 MismatchedTokenException mte = (MismatchedTokenException)e; in GetErrorMessage()359 …cter " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); in GetErrorMessage()
216 … MismatchedTokenException mte = new MismatchedTokenException(s[i], input, TokenNames); in Match()217 Recover(mte); in Match()218 throw mte; in Match()236 MismatchedTokenException mte = new MismatchedTokenException(c, input, TokenNames); in Match()237 Recover(mte); // don't really recover; just consume in lexer in Match()238 throw mte; in Match()283 MismatchedTokenException mte = (MismatchedTokenException)e; in GetErrorMessage()284 …haracter " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting); in GetErrorMessage()
263 MissingTokenException mte = (MissingTokenException)e; in GetErrorMessage()265 if (mte.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage()268 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage()272 MismatchedTokenException mte = (MismatchedTokenException)e; in GetErrorMessage()274 if (mte.Expecting == TokenTypes.EndOfFile) { in GetErrorMessage()277 tokenName = tokenNames[mte.Expecting]; in GetErrorMessage()
176 MismatchedTokenException mte = in match() local178 recover(mte); in match()179 throw mte; in match()197 MismatchedTokenException mte = in match() local199 recover(mte); // don't really recover; just consume in lexer in match()200 throw mte; in match()271 MismatchedTokenException mte = (MismatchedTokenException)e; in getErrorMessage() local272 …msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expec… in getErrorMessage()
234 MissingTokenException mte = (MissingTokenException)e; in getErrorMessage() local236 if ( mte.expecting== Token.EOF ) { in getErrorMessage()240 tokenName = tokenNames[mte.expecting]; in getErrorMessage()245 MismatchedTokenException mte = (MismatchedTokenException)e; in getErrorMessage() local247 if ( mte.expecting== Token.EOF ) { in getErrorMessage()251 tokenName = tokenNames[mte.expecting]; in getErrorMessage()
125 mte;134 mte = new org.antlr.runtime.MismatchedTokenException(s.charAt(i), this.input); variable135 this.recover(mte);136 throw mte;148 mte = new org.antlr.runtime.MismatchedTokenException(s, this.input); variable149 this.recover(mte);150 throw mte;
294 mte,308 mte = e;310 if ( mte.expecting== org.antlr.runtime.Token.EOF ) {313 tokenName = tokenNames[mte.expecting];318 mte = e;320 if ( mte.expecting== org.antlr.runtime.Token.EOF ) {324 tokenName = tokenNames[mte.expecting];
231 …ANTLRMismatchedTokenException *mte = [ANTLRMismatchedTokenException newExceptionChar:[aString char…232 mte.c = c;233 [self recover:mte];234 @throw mte;258 …ANTLRMismatchedTokenException *mte = [ANTLRMismatchedTokenException newExceptionChar:aChar Stream…259 mte.c = charLA;260 [self recover:mte];261 @throw mte;341 ANTLRMismatchedTokenException *mte = (ANTLRMismatchedTokenException *)e;343 [self getCharErrorDisplay:mte.c], [self getCharErrorDisplay:mte.expecting]];
79 …ANTLRMismatchedTreeNodeException *mte = [ANTLRMismatchedTreeNodeException newException:aTType Stre…80 [mte setNode:[((id<ANTLRTreeNodeStream>)aStream) LT:1]];
366 ANTLRMissingTokenException *mte = (ANTLRMissingTokenException *)e;368 if ( mte.expecting== ANTLRTokenTypeEOF ) {372 tokenName = [theTokNams objectAtIndex:mte.expecting];377 ANTLRMismatchedTokenException *mte = (ANTLRMismatchedTokenException *)e;379 if ( mte.expecting== ANTLRTokenTypeEOF ) {383 tokenName = [theTokNams objectAtIndex:mte.expecting];
162 var mte:MismatchedTokenException =164 recover(mte);165 throw mte;183 var mte:MismatchedTokenException =185 recover(mte); // don't really recover; just consume in lexer186 throw mte;245 var mte:MismatchedTokenException = MismatchedTokenException(e);246 …msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expec…
224 var mte:MismatchedTokenException = MismatchedTokenException(e);226 if ( mte.expecting== TokenConstants.EOF ) {230 tokenName = tokenNames[mte.expecting];
168 my $mte = ANTLR::Runtime::MismatchedTokenException->new({172 $self->recover($mte);173 croak $mte;
1196 mte = MismatchedTokenException(c, self.input)1197 self.recover(mte)1198 raise mte1207 mte = MismatchedTokenException(unichr(s), self.input)1208 self.recover(mte) # don't really recover; just consume in lexer1209 raise mte
349 MismatchedTokenException mte = in parseEngine() local352 actions.recognitionException(mte); in parseEngine()355 throw mte; in parseEngine()
101 if (auto *mte = dyn_cast<MaterializeTemporaryExpr>(s)) in IgnoreImplicit() local102 s = mte->GetTemporaryExpr(); in IgnoreImplicit()
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...