Home
last modified time | relevance | path

Searched refs:newException (Results 1 – 25 of 65) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRuntimeException.h37 + (ANTLRRuntimeException *) newException;
38 + (ANTLRRuntimeException *) newException:(NSString *)aReason;
39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSD…
58 + (id) newException;
59 + (id) newException:(NSString *)aReason;
60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
71 + (id) newException;
72 + (id) newException:(NSString *)aReason;
[all …]
DANTLRRuntimeException.m37 + (id) newException
42 + (id) newException:(NSString *)aReason
47 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
52 + (id) newException:(NSString *)aName reason:(NSString *)aReason;
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
118 + (id) newException
123 + (id) newException:(NSString *)aReason
128 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
155 + (id) newException
160 + (id) newException:(NSString *)aReason
[all …]
DANTLRIntArray.m126 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Nothing to pop, co…
141 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
144 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
158 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
161 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
170 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
173 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be l…
DANTLRUnwantedTokenException.h38 + (ANTLRUnwantedTokenException *)newException;
39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInpu…
DANTLRMismatchedNotSetException.h42 - (ANTLRMismatchedNotSetException *)newException;
43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
DANTLRMissingTokenException.h40 + (id) newException;
41 + (id) newException:(NSInteger)expected
DANTLRRecognitionException.h52 + (id) newException;
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
DANTLRMismatchedNotSetException.m38 - (ANTLRMismatchedNotSetException *)newException
43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) newException:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInte…
DANTLRMismatchedRangeException.h39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
DANTLRMismatchedTreeNodeException.h38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
DANTLRMissingTokenException.m37 + (id) newException
42 + (id) newException:(NSInteger)expected
DANTLRUnwantedTokenException.m36 + (ANTLRUnwantedTokenException *)newException
41 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput
DANTLRMismatchedSetException.h37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
DANTLRRecognitionException.m39 + (id) newException
44 + (id) newException:(id<ANTLRIntStream>) anInputStream
49 + (id) newException:(id<ANTLRIntStream>) anInputStream reason:(NSString *)aReason
DANTLRTreeException.h36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<…
DANTLRFailedPredicateException.h40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)theP…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m115 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
136 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
198 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
211 [ANTLREarlyExitException newException:input decisionNumber:2];
265 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
278 [ANTLREarlyExitException newException:input decisionNumber:3];
424 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:4 state:0 stream:input];
DTParser.m151 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:1 state:2 stream:input];
158 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:1 state:0 stream:input];
235 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:2 state:0 stream:input];
293 …@throw [ANTLRFailedPredicateException newException:@"enumAsKeyword" predicate:@"enableEnum" stream…
330 …@throw [ANTLRFailedPredicateException newException:@"enumAsID" predicate:@"!enableEnum" stream:inp…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m194 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
207 [ANTLREarlyExitException newException:input decisionNumber:1];
261 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
274 [ANTLREarlyExitException newException:input decisionNumber:2];
314 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
466 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:3 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m354 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
367 [ANTLREarlyExitException newException:input decisionNumber:1];
421 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
434 [ANTLREarlyExitException newException:input decisionNumber:2];
488 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
501 [ANTLREarlyExitException newException:input decisionNumber:3];
688 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:4 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.m96 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
109 [ANTLREarlyExitException newException:input decisionNumber:1];
181 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:2 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m98 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
144 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
177 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m214 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
235 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
301 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
315 [ANTLREarlyExitException newException:input decisionNumber:2];
694 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
707 [ANTLREarlyExitException newException:input decisionNumber:3];
987 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:4 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m549 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
570 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
633 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
646 [ANTLREarlyExitException newException:input decisionNumber:2];
701 … ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
714 [ANTLREarlyExitException newException:input decisionNumber:3];
995 … ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:4 state:0 stream:input];

123