Home | History | Annotate | Download | only in Framework

Lines Matching full:_parse

74             if ( [(ANTLRTreeWizard *)actor _parse:t Pattern:object1/* tpattern */ Map:object2 /* labels */] ) {
79 if ( [(ANTLRTreeWizard *)actor _parse:t Pattern:object1/* tpattern */ Map:nil] ) {
385 if ( _parse(t, tpattern, null) ) {
455 ANTLRMapElement *labels = [ANTLRMap newANTLRMap]; // reused for each _parse
463 if ( _parse(t, tpattern, labels) ) {
495 boolean matched = _parse(t, tpattern, labels);
507 //BOOL matched = [self _parse:t Pattern:tpattern Map:labels];
509 return [self _parse:t Pattern:tpattern Map:labels];
522 - (BOOL) _parse:(ANTLRCommonTree *)t1 Pattern:(ANTLRCommonTree *)aTPattern Map:(ANTLRMap *)labels
554 if ( ![self _parse:child1 Pattern:child2 Map:labels] ) {