HomeSort by relevance Sort by last modified time
    Searched refs:newException (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.h 37 + (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:(NSDictionary *)aUserInfo;
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...]
ANTLRUnwantedTokenException.h 38 + (ANTLRUnwantedTokenException *)newException;
39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
ANTLRMismatchedNotSetException.h 42 - (ANTLRMismatchedNotSetException *)newException;
43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
ANTLRMissingTokenException.h 40 + (id) newException;
41 + (id) newException:(NSInteger)expected
ANTLREarlyExitException.h 34 + (ANTLREarlyExitException *) newException:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger)aDecisionNumber;
ANTLRMismatchedRangeException.h 39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
ANTLRMismatchedSetException.h 37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
ANTLRMismatchedTreeNodeException.h 38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ANTLRFailedPredicateException.h 40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
ANTLRNoViableAltException.h 36 + (ANTLRNoViableAltException *) newException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
ANTLRTreeException.h 36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRRecognitionException.h 52 + (id) newException;
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
ANTLRMismatchedTokenException.h 44 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
ArrayIterator.m 170 @throw [ANTLRUnsupportedOperationException newException:@"Cant remove object from ArrayIterator"];
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 71 IOException newException = new IOException(getMessage());
72 newException.initCause(this);
73 throw newException;
GaiException.java 72 UnknownHostException newException = new UnknownHostException(detailMessage);
73 newException.initCause(this);
74 throw newException;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 115 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];
TParser.m 151 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/
TestLexer.m 98 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/treerewrite/
TreeRewriteLexer.m 96 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/treeparser/
LangLexer.m 194 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/
SymbolTableLexer.m 354 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/LL-star/
SimpleCLexer.m 549 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];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m 214 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/fuzzy/
Fuzzy.m 931 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1000 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newException:25 state:0 stream:input];
    [all...]

Completed in 261 milliseconds

1 2 3