Ejemplo n.º 1
0
 public Object apply(PatternFunction f) {
   return f.caseGroup(this);
 }
Ejemplo n.º 2
0
 public Object apply(PatternFunction f) {
   return f.caseOneOrMore(this);
 }
 public Object apply(PatternFunction f) {
   return f.caseAttribute(this);
 }