/* */
/* */ public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)
/* */ throws CompileError
/* */ {
/* 151 */ if (gen.getMethodArgsLength(args) != 1) {
/* 152 */ throw new CompileError("$proceed() cannot take more than one parameter for instanceof");
/* */ }
/* */
/* 156 */ gen.atMethodArgs(args, new int[1], new int[1], new String[1]);
/* 157 */ bytecode.addOpcode(193);
/* 158 */ bytecode.addIndex(this.index);