|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.compiler.CodeGen.ReturnHook
protected abstract static class CodeGen.ReturnHook
doit() in ReturnHook is called from atReturn().
Constructor Summary | |
---|---|
protected |
CodeGen.ReturnHook(CodeGen gen)
|
Method Summary | |
---|---|
protected abstract boolean |
doit(Bytecode b,
int opcode)
Returns true if the generated code ends with return, throw, or goto. |
protected void |
remove(CodeGen gen)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CodeGen.ReturnHook(CodeGen gen)
Method Detail |
---|
protected abstract boolean doit(Bytecode b, int opcode)
protected void remove(CodeGen gen)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |