521522523524525526527
public CodeBlock LOADTYPE(Type type) { return add(new LoadType(this, getTypeConstantIndex(type))); } public CodeBlock FAILRETURN(){ return add(new FailReturn(this)); }