Package javassist.compiler
Class CodeGen.ReturnHook
java.lang.Object
javassist.compiler.CodeGen.ReturnHook
- Direct Known Subclasses:
MemberCodeGen.JsrHook
,MemberCodeGen.JsrHook2
- Enclosing class:
CodeGen
doit() in ReturnHook is called from atReturn().
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
next
CodeGen.ReturnHook next
-
-
Constructor Details
-
ReturnHook
-
-
Method Details
-
doit
Returns true if the generated code ends with return, throw, or goto. -
remove
-