public Object apply(PatternFunction f) { return f.caseGroup(this); }
public Object apply(PatternFunction f) { return f.caseOneOrMore(this); }
public Object apply(PatternFunction f) { return f.caseAttribute(this); }