437438439440441442443
} return add(new StoreVar(this, fuid, pos)); } public CodeBlock CALLPRIM (RascalPrimitive prim, int arity, ISourceLocation src){ return add(new CallPrim(this, prim, arity, src)); }