2835283628372838283928402841
public Operand buildSelf(Node node, IRScope s) { return getSelf(s); } public Operand buildSplat(SplatNode splatNode, IRScope s) { return new Splat(build(splatNode.getValue(), s)); }