Package javassist.compiler
Class CodeGen.ReturnHook
- java.lang.Object
-
- javassist.compiler.CodeGen.ReturnHook
-
- Direct Known Subclasses:
MemberCodeGen.JsrHook,MemberCodeGen.JsrHook2
- Enclosing class:
- CodeGen
protected abstract static class CodeGen.ReturnHook extends java.lang.Objectdoit() in ReturnHook is called from atReturn().
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CodeGen.ReturnHooknext
-
Constructor Summary
Constructors Modifier Constructor Description protectedReturnHook(CodeGen gen)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleandoit(Bytecode b, int opcode)Returns true if the generated code ends with return, throw, or goto.protected voidremove(CodeGen gen)
-
-
-
Field Detail
-
next
CodeGen.ReturnHook next
-
-
Constructor Detail
-
ReturnHook
protected ReturnHook(CodeGen gen)
-
-