Lines Matching full:alloc
39 return [[ANTLRRuntimeException alloc] init];
44 return [[ANTLRRuntimeException alloc] init:aReason];
49 return [[ANTLRRuntimeException alloc] init:aReason userInfo:aUserInfo];
54 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason];
59 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo];
120 return [[ANTLRIllegalArgumentException alloc] init];
125 return [[ANTLRIllegalArgumentException alloc] init:aReason];
130 return [[ANTLRIllegalArgumentException alloc] init:aReason userInfo:aUserInfo];
157 return [[ANTLRIllegalStateException alloc] init];
162 return [[ANTLRIllegalStateException alloc] init:aReason];
167 return [[ANTLRIllegalStateException alloc] init:aReason userInfo:aUserInfo];
194 return [[ANTLRNoSuchElementException alloc] init];
199 return [[ANTLRNoSuchElementException alloc] init:aReason];
204 return [[ANTLRNoSuchElementException alloc] init:aReason userInfo:(NSDictionary *)aUserInfo];
237 return [[self alloc] init];
263 return [[ANTLRRuntimeException alloc] initWithName:@"Unsupported Operation Exception" reason:aReason userInfo:nil];