Searched refs:mse (Results 1 - 25 of 53) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m98 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
99 [self recover:mse];
100 @throw mse;
144 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
145 [self recover:mse];
146 @throw mse;
177 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
178 [self recover:mse];
179 @throw mse;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m117 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
118 [self recover:mse];
119 @throw mse;}
183 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
184 [self recover:mse];
185 @throw mse;}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m115 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
116 [self recover:mse];
117 @throw mse;
136 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
137 [self recover:mse];
138 @throw mse;
198 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
199 [self recover:mse];
200 @throw mse;
265 ANTLRMismatchedSetException *mse
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m107 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
108 [self recover:mse];
109 @throw mse;}
127 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
128 [self recover:mse];
129 @throw mse;}
244 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
245 [self recover:mse];
246 @throw mse;}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m194 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
195 [self recover:mse];
196 @throw mse;
261 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
262 [self recover:mse];
263 @throw mse;
314 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
315 [self recover:mse];
316 @throw mse;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m214 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
215 [self recover:mse];
216 @throw mse;
235 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
236 [self recover:mse];
237 @throw mse;
301 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
302 mse.c = anInt;
303 [self recover:mse];
304 @throw mse;
[all...]
H A DSimpleCLexer.java264 MismatchedSetException mse = new MismatchedSetException(null,input);
265 recover(mse);
266 throw mse;}
288 MismatchedSetException mse = new MismatchedSetException(null,input);
289 recover(mse);
290 throw mse;}
480 MismatchedSetException mse = new MismatchedSetException(null,input);
481 recover(mse);
482 throw mse;}
H A DSimpleCTP.java379 MismatchedSetException mse = new MismatchedSetException(null,input);
380 throw mse;
784 MismatchedSetException mse = new MismatchedSetException(null,input);
785 throw mse;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m354 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
355 [self recover:mse];
356 @throw mse;
421 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
422 [self recover:mse];
423 @throw mse;
488 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
489 [self recover:mse];
490 @throw mse;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m549 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
550 [self recover:mse];
551 @throw mse;
570 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
571 [self recover:mse];
572 @throw mse;
633 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
634 [self recover:mse];
635 @throw mse;
701 ANTLRMismatchedSetException *mse
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m96 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
97 [self recover:mse];
98 @throw mse;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java264 MismatchedSetException mse = new MismatchedSetException(null,input);
265 recover(mse);
266 throw mse;}
288 MismatchedSetException mse = new MismatchedSetException(null,input);
289 recover(mse);
290 throw mse;}
480 MismatchedSetException mse = new MismatchedSetException(null,input);
481 recover(mse);
482 throw mse;}
H A DSimpleCLexer.m532 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
533 [self recover:mse];
534 @throw mse;}
552 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
553 [self recover:mse];
554 @throw mse;}
799 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
800 [self recover:mse];
801 @throw mse;}
H A DSimpleCTP.java379 MismatchedSetException mse = new MismatchedSetException(null,input);
380 throw mse;
784 MismatchedSetException mse = new MismatchedSetException(null,input);
785 throw mse;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb380 mse = MismatchedSet( nil )
381 recover mse
382 raise mse
417 mse = MismatchedSet( nil )
418 recover mse
419 raise mse
438 mse = MismatchedSet( nil )
439 recover mse
440 raise mse
578 mse
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs296 MismatchedNotSetException mse = (MismatchedNotSetException)e;
297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
299 MismatchedSetException mse = (MismatchedSetException)e;
300 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs360 MismatchedNotSetException mse = (MismatchedNotSetException)e;
361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
365 MismatchedSetException mse = (MismatchedSetException)e;
366 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs377 MismatchedNotSetException mse = (MismatchedNotSetException)e;
378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
382 MismatchedSetException mse = (MismatchedSetException)e;
383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java287 MismatchedNotSetException mse = (MismatchedNotSetException)e;
288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
291 MismatchedSetException mse = (MismatchedSetException)e;
292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
H A DBaseRecognizer.java282 MismatchedSetException mse = (MismatchedSetException)e;
284 " expecting set "+mse.expecting;
287 MismatchedNotSetException mse = (MismatchedNotSetException)e;
289 " expecting set "+mse.expecting;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m931 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
932 [self recover:mse];
933 @throw mse;
1519 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1520 [self recover:mse];
1521 @throw mse;
1806 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1807 [self recover:mse];
1808 @throw mse;
1831 ANTLRMismatchedSetException *mse
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m1093 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
1094 [self recover:mse];
1095 @throw mse;}
1622 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
1623 [self recover:mse];
1624 @throw mse;}
1863 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
1864 [self recover:mse];
1865 @throw mse;}
1885 ANTLRMismatchedSetException *mse
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m574 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
575 [self recover:mse];
576 @throw mse;}
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java431 MismatchedSetException mse = new MismatchedSetException(null,input);
432 recover(mse);
433 throw mse;}
455 MismatchedSetException mse = new MismatchedSetException(null,input);
456 recover(mse);
457 throw mse;}
786 MismatchedSetException mse = new MismatchedSetException(null,input);
787 recover(mse);
788 throw mse;}
806 MismatchedSetException mse
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as265 var mse:MismatchedSetException = MismatchedSetException(e);
266 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;

Completed in 373 milliseconds

123