629630631632633634635
public CodeBlock STOREVARKWP(String fuid, String name) { return add(new StoreVarKwp(this, fuid, name)); } public CodeBlock UNWRAPTHROWNVAR(String fuid, int pos) { return add(new UnwrapThrownVar(this, fuid, pos)); }