575859606162636465
public Set getSupportedFunctions() { Set set = new HashSet(); Iterator it = MatchFunction.getSupportedIdentifiers().iterator(); while (it.hasNext()) set.add(new MatchFunction((String)(it.next()))); return set; }
565758596061626364