5051525354555657
public ParsedPattern expandPattern(ParsedPattern p) throws BuildException, IllegalSchemaException { // just return the result from the user-given SchemaBuilder ParsedPatternHost r = (ParsedPatternHost)super.expandPattern(p); return r.rhs; }
7172737475767778