Home | History | Annotate | Download | only in Framework

Lines Matching refs:id

32 	id<ANTLRBaseTree> oldRoot;
33 id<ANTLRBaseTree> newRoot;
36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
39 - (void) setOldRoot:(id<ANTLRBaseTree>)aTree;
40 - (void) setNewRoot:(id<ANTLRBaseTree>)aTree;