Home | History | Annotate | Download | only in Framework

Lines Matching refs:id

36     id  actor;
40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
43 - (id)rule;
45 @property (retain) id actor;
51 id<ANTLRTokenStream> originalTokenStream;
52 id<ANTLRTreeAdaptor> originalAdaptor;
58 + (ANTLRTreeRewriter *) newANTLRTreeRewriter:(id<ANTLRTreeNodeStream>)anInput;
59 + (ANTLRTreeRewriter *) newANTLRTreeRewriter:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
60 - (id)initWithStream:(id<ANTLRTreeNodeStream>)anInput;
61 - (id)initWithStream:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
62 - (id) applyOnce:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
63 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
64 - (id) downup:(ANTLRCommonTree *)t;
65 - (id) pre:(ANTLRCommonTree *)t;
66 - (id) post:(ANTLRCommonTree *)t;
67 - (id) downup:(ANTLRCommonTree *)t XForm:(BOOL)aShowTransformations;
69 - (id) topdown_fptr;
70 - (id) bottomup_ftpr;
71 - (id) topdown;
72 - (id) bottomup;
75 @property (retain) id<ANTLRTokenStream> originalTokenStream;
76 @property (retain) id<ANTLRTreeAdaptor> originalAdaptor;