312313314315316317318319320321322
ts.add(xx); continue; } if (x instanceof Tuple) { // This means it's a Tuple Tuple xx=(Tuple)x; if (ts==null) ts=fac.noneOf(xx.arity()); ts.add(xx); continue; } if (x instanceof String) { // The empty string means the sig name follows here i++;