Lines Matching refs:BaseTree
42 __strong id<BaseTree> root;
43 __strong id<BaseTree> tree;
46 __strong id<BaseTree> up;
47 __strong id<BaseTree> down;
48 __strong id<BaseTree> eof;
53 @property(retain) id<BaseTree> root;
54 @property(retain) id<BaseTree> tree;
56 @property(retain, readwrite) id<BaseTree> up;
57 @property(retain, readwrite) id<BaseTree> down;
58 @property(retain, readwrite) id<BaseTree> eof;
62 andTree:(id<BaseTree>)tree;
64 - (id) initWithTree:(id<BaseTree>) t;
65 - (id) initWithTreeAdaptor:(id<TreeAdaptor>) a andTree:(id<BaseTree>) t;