static class MemberCodeGen.JsrHook2 extends CodeGen.ReturnHook
Modifier and Type | Field and Description |
---|---|
(package private) int |
target |
(package private) int |
var |
next
Modifier and Type | Method and Description |
---|---|
protected boolean |
doit(Bytecode b,
int opcode)
Returns true if the generated code ends with return,
throw, or goto.
|
remove
JsrHook2(CodeGen gen, int[] retTarget)
protected boolean doit(Bytecode b, int opcode)
CodeGen.ReturnHook
doit
in class CodeGen.ReturnHook