Lines Matching refs:CommonTree
31 @interface CommonTree : BaseTree <Tree> {
35 __strong CommonTree *parent;
39 + (CommonTree *) invalidNode;
40 + (CommonTree *) newTree;
41 + (CommonTree *) newTreeWithTree:(CommonTree *)aTree;
42 + (CommonTree *) newTreeWithToken:(CommonToken *)aToken;
43 + (CommonTree *) newTreeWithTokenType:(NSInteger)tokenType;
44 + (CommonTree *) newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;
47 - (id) initWithTreeNode:(CommonTree *)aNode;
65 - (CommonTree *) getParent;
66 - (void) setParent:(CommonTree *) t;
89 @property (retain) CommonTree *parent;