481482483484485486487
public CodeBlock PRINTLN(int arity){ return add(new Println(this, arity)); } public CodeBlock LOADLOCREF(int pos) { return add(new LoadLocRef(this, pos)); }