|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.AbstractInstructionAccessor | +--at.dms.dis.InstructionHandle
Constructor Summary | |
InstructionHandle(Instruction instruction,
int address)
Creates a new instruction handle. |
Method Summary | |
void |
attachTo(AccessorContainer container)
Notifies this handle that is has been attached to the specified container. |
java.lang.String |
getLabel()
Returns an identifier for the instruction address. |
void |
write(IndentingWriter out,
boolean optionShowStack)
Prints a byte code instruction. |
Methods inherited from class at.dms.classfile.AbstractInstructionAccessor |
transform |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public InstructionHandle(Instruction instruction, int address)
instruction
- The instruction.address
- The address of the instruction.Method Detail |
public void attachTo(AccessorContainer container)
public java.lang.String getLabel()
public void write(IndentingWriter out, boolean optionShowStack)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |