Lines Matching refs:super
65 self = [super initWithName:@"ANTLRRuntimeException" reason:@"UnknownException" userInfo:nil];
71 …self = [super initWithName:(NSString *)@"ANTLRRuntimeException" reason:(NSString *)aReason userInf…
77 self = [super initWithName:@"ANTLRRuntimeException" reason:aReason userInfo:aUserInfo];
83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n…
89 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)a…
95 return [super reason];
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];
172 … self = [super initWithName:@"ANTLRIllegalStateException" reason:@"UnknownException" userInfo:nil];
178 … self = [super initWithName:@"ANTLRIllegalStateException" reason:(NSString *)aReason userInfo:nil];
184 self = [super initWithName:@"ANTLRIllegalStateException" reason:aReason userInfo:aUserInfo];
209 …self = [super initWithName:@"ANTLRNoSuchElementException" reason:@"UnknownException" userInfo:nil];
215 …self = [super initWithName:@"ANTLRNoSuchElementException" reason:(NSString *)aReason userInfo:(NSD…
221 self = [super initWithName:@"ANTLRNoSuchElementException" reason:aReason userInfo:aUserInfo];
227 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
242 self = [super initWithName:@"RewriteEarlyExitException" reason:nil userInfo:nil];
248 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
268 self=[super initWithName:aName reason:aReason userInfo:nil];
274 self=[super initWithName:aName reason:aReason userInfo:userInfo];