|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.shrikeBT.MethodEditor.Output
public static final class MethodEditor.Output
Output is the interface that patches use to emit their code into a method body.
| Method Summary | |
|---|---|
void |
emit(Instruction i)
Emit an instruction at the current point in the code. |
void |
emit(Instruction[] instrs)
Emit a list of instructions at the current point in the code. |
void |
emit(Instruction[] instrs,
ExceptionHandler[] handlers)
Emit a list of instructions with some exception handlers at the current point in the code. |
void |
emit(Instruction i,
ExceptionHandler[] handlers)
Emit an instruction with some exception handlers at the current point in the code. |
void |
emitLabel(int label)
Emit a label definition at the current point in the code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void emitLabel(int label)
public void emit(Instruction i)
public void emit(Instruction i,
ExceptionHandler[] handlers)
public void emit(Instruction[] instrs)
public void emit(Instruction[] instrs,
ExceptionHandler[] handlers)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||