509510511512513514515
public CodeBlock LOADCONSTR(String name) { return add(new LoadConstr(this, name)); } public CodeBlock CALLCONSTR(String name, int arity/*, ISourceLocation src*/) { return add(new CallConstr(this, name, arity/*, src*/)); }