Lines Matching refs:CommonTree
43 - (void) visit:(CommonTree *)t Parent:(CommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(Ma…
56 - (void) visit:(CommonTree *)t;
57 - (void) visit:(CommonTree *)t Parent:(CommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(Ma…
68 @interface TreePattern : CommonTree {
75 + (CommonTree *)newTreePattern:(id<Token>)payload;
93 - (CommonTree *)createTreePattern:(id<Token>)payload;
113 - (Map *)index:(CommonTree *)t;
114 - (void) _index:(CommonTree *)t Map:(Map *)m;
115 - (AMutableArray *)find:(CommonTree *) t Pattern:(NSString *)pattern;
116 - (TreeWizard *)findFirst:(CommonTree *) t Type:(NSInteger)ttype;
117 - (TreeWizard *)findFirst:(CommonTree *) t Pattern:(NSString *)pattern;
118 - (void) visit:(CommonTree *)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor;
119 - (void) _visit:(CommonTree *)t
120 Parent:(CommonTree *)parent
124 - (void)visit:(CommonTree *)t Pattern:(NSString *)pattern Visitor:(ANTLRVisitor *)visitor;
125 - (BOOL)parse:(CommonTree *)t Pattern:(NSString *)pattern Map:(Map *)labels;
126 - (BOOL) parse:(CommonTree *) t Pattern:(NSString *)pattern;
127 - (BOOL) _parse:(CommonTree *)t1 Pattern:(CommonTree *)tpattern Map:(Map *)labels;
128 - (CommonTree *) createTree:(NSString *)pattern;