Package javassist.compiler
Class MemberCodeGen.JsrHook
- java.lang.Object
-
- javassist.compiler.CodeGen.ReturnHook
-
- javassist.compiler.MemberCodeGen.JsrHook
-
- Enclosing class:
- MemberCodeGen
static class MemberCodeGen.JsrHook extends CodeGen.ReturnHook
-
-
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.private intgetVar(int size)private voidjsrJmp(Bytecode b)-
Methods inherited from class javassist.compiler.CodeGen.ReturnHook
remove
-
-
-
-
Field Detail
-
jsrList
java.util.List<int[]> jsrList
-
cgen
CodeGen cgen
-
var
int var
-
-
Constructor Detail
-
JsrHook
JsrHook(CodeGen gen)
-
-
Method Detail
-
getVar
private int getVar(int size)
-
jsrJmp
private void jsrJmp(Bytecode b)
-
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
-
-