Package javassist.compiler
Class MemberCodeGen.JsrHook2
- java.lang.Object
-
- javassist.compiler.CodeGen.ReturnHook
-
- javassist.compiler.MemberCodeGen.JsrHook2
-
- Enclosing class:
- MemberCodeGen
static class MemberCodeGen.JsrHook2 extends CodeGen.ReturnHook
-
-
Field Summary
Fields Modifier and Type Field Description (package private) inttarget(package private) intvar-
Fields inherited from class javassist.compiler.CodeGen.ReturnHook
next
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoit(Bytecode b, int opcode)Returns true if the generated code ends with return, throw, or goto.-
Methods inherited from class javassist.compiler.CodeGen.ReturnHook
remove
-
-
-
-
Constructor Detail
-
JsrHook2
JsrHook2(CodeGen gen, int[] retTarget)
-
-
Method Detail
-
doit
protected boolean doit(Bytecode b, int opcode)
Description copied from class:CodeGen.ReturnHookReturns true if the generated code ends with return, throw, or goto.- Specified by:
doitin classCodeGen.ReturnHook
-
-