1788178917901791179217931794
public Operand buildDSymbol(Node node, IRScope s) { List<Operand> strPieces = new ArrayList<Operand>(); for (Node n : node.childNodes()) strPieces.add(build(n, s)); return new DynamicSymbol(new CompoundString(strPieces)); }