예제 #1
0
 public Object apply(PatternFunction f) {
   return f.caseGroup(this);
 }
예제 #2
0
 public Object apply(PatternFunction f) {
   return f.caseOneOrMore(this);
 }
 public Object apply(PatternFunction f) {
   return f.caseAttribute(this);
 }