Home
last modified time | relevance | path

Searched refs:ANTLRIllegalArgumentException (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
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…
DANTLRRuntimeException.m116 @implementation ANTLRIllegalArgumentException implementation
120 return [[ANTLRIllegalArgumentException alloc] init];
125 return [[ANTLRIllegalArgumentException alloc] init:aReason];
130 return [[ANTLRIllegalArgumentException alloc] init:aReason userInfo:aUserInfo];
135 …self = [super initWithName:@"ANTLRIllegalArgumentException" reason:@"UnknownException" userInfo:ni…
141 …self = [super initWithName:@"ANTLRIllegalArgumentException" reason:(NSString *)aReason userInfo:ni…
147 self = [super initWithName:@"ANTLRIllegalArgumentException" reason:aReason userInfo:aUserInfo];
DANTLRRuntimeException.h55 @interface ANTLRIllegalArgumentException : ANTLRRuntimeException {
DANTLRBaseTree.m167 …@throw [ANTLRIllegalArgumentException newException:@"ANTLRBaseTree Can't add self to self as child…
219 …@throw [ANTLRIllegalArgumentException newException:@"ANTLRBaseTree Can't set single child to a lis…
259 …@throw [ANTLRIllegalArgumentException newException:@"ANTLRBaseTree Invalid Indexes; no children in…
DANTLRTokenRewriteStream.m351 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"replace: range inv…
591 @throw [ANTLRIllegalArgumentException newException:
627 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"insert op %d withi…
DACBTree.m132 …@throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Don't understand t…
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRError.h37 #define ANTLRIllegalArgumentException @"ANTLRIllegalArgumentException" macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRError.h37 #define ANTLRIllegalArgumentException @"ANTLRIllegalArgumentException" macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRError.h37 #define ANTLRIllegalArgumentException @"ANTLRIllegalArgumentException" macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m226 …STAssertTrue([[e name] isEqualToString:@"ANTLRIllegalArgumentException"], @"Got wrong kind of exce…
475 …STAssertTrue([[ex name] isEqualToString:@"ANTLRIllegalArgumentException"], @"Expected an illegal a…