Home | History | Annotate | Download | only in Framework

Lines Matching refs:id

44 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
53 -(id) initWithTokenType:(NSInteger)expectedTokenType
54 Stream:(id<ANTLRIntStream>)anInput
55 Token:(id<ANTLRToken>)inserted;
56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;