633634635636637638639
public CodeBlock UNWRAPTHROWNVAR(String fuid, int pos) { return add(new UnwrapThrownVar(this, fuid, pos)); } public CodeBlock APPLY(String fuid, int arity) { return add(new Apply(this, fuid, arity)); }