Home | History | Annotate | Download | only in Headers

Lines Matching refs:id

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