public CodeBlock CALLCONSTR(String name, int arity/*, ISourceLocation src*/) {
return add(new CallConstr(this, name, arity/*, src*/));
}
public CodeBlock LOADNESTEDFUN(String fuid, String scopeIn) {
return add(new LoadNestedFun(this, fuid, scopeIn));
}