Searched refs:newException (Results 1 - 25 of 34) sorted by path

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) newException:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger)aDecisionNumber;
H A DANTLRFailedPredicateException.h40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
H A DANTLRMismatchedNotSetException.h42 - (ANTLRMismatchedNotSetException *)newException;
43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
H A DANTLRMismatchedRangeException.h39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedSetException.h37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRMismatchedTokenException.h44 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMismatchedTreeNodeException.h38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRMissingTokenException.h40 + (id) newException; variable
41 + (id) newException:(NSInteger)expected
H A DANTLRNoViableAltException.h36 + (ANTLRNoViableAltException *) newException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
H A DANTLRRecognitionException.h52 + (id) newException; variable
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
H A DANTLRRuntimeException.h37 + (ANTLRRuntimeException *) newException; variable
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:(NSDictionary *)aUserInfo;
58 + (id) newException; variable
59 + (id) newException:(NSString *)aReason;
60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
71 + (id) newException; variable
72 + (id) newException
84 + (id) newException; variable
97 + (id) newException; variable
[all...]
H A DANTLRTreeException.h36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
H A DANTLRUnwantedTokenException.h38 + (ANTLRUnwantedTokenException *)newException; variable
39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
H A DArrayIterator.m170 @throw [ANTLRUnsupportedOperationException newException:@"Cant remove object from ArrayIterator"];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A 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];
H A DSimpleCParser.m387 [ANTLREarlyExitException newException:input decisionNumber:1];
773 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
931 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:7 state:2 stream:input];
956 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:7 state:0 stream:input];
1239 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1380 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:10 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m931 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1000 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:25 state:0 stream:input];
1519 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1534 [ANTLREarlyExitException newException:input decisionNumber:32];
1806 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1831 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1882 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1930 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:38 state:1 stream:input];
1956 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:38 state:7 stream:input];
1982 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A 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];
H A 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:input];
330 @throw [ANTLRFailedPredicateException newException:@"enumAsID" predicate:@"!enableEnum" stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A 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/scopes/
H A 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];
H A DSymbolTableParser.m508 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:5 state:0 stream:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A 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];
H A DSimpleCParser.m1030 [ANTLREarlyExitException newException:input decisionNumber:1];
1635 @throw [ANTLRRewriteEarlyExitException newException];
1845 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
2133 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:7 state:2 stream:input];
2158 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:7 state:0 stream:input];
2739 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:8 state:0 stream:input];
2987 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:11 state:0 stream:input];
H A DSimpleCTP.m316 [ANTLREarlyExitException newException:input decisionNumber:1];
373 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:2 state:0 stream:input];
598 [ANTLREarlyExitException newException:input decisionNumber:3];
697 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
855 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:6 state:0 stream:input];
1038 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:7 state:0 stream:input];
1198 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];

Completed in 8009 milliseconds

12