1796179717981799180018011802
List<Operand> strPieces = new ArrayList<Operand>(); for (Node n : dregexpNode.childNodes()) { strPieces.add(dynamicPiece(n, s)); } return copyAndReturnValue(s, new Regexp(new CompoundString(strPieces), dregexpNode.getOptions())); }
2729273027312732273327342735
} return manager.getNil(); } public Operand buildRegexp(RegexpNode reNode, IRScope s) { return copyAndReturnValue(s, new Regexp(new StringLiteral(reNode.getValue()), reNode.getOptions())); }