|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAsmInstruction
An instruction of disassemby.
Method Summary | |
---|---|
IAddress |
getAdress()
Returns the address of this instruction. |
java.lang.String |
getArguments()
Returns the arguments to the opcode. |
java.lang.String |
getFunctionName()
Returns the function name of this instruction, or empty string if function is not available. |
java.lang.String |
getInstructionText()
Returns the instruction's text. |
long |
getOffset()
Returns the offset of this machine instruction. |
java.lang.String |
getOpcode()
Returns the opcode of this instruction. |
Method Detail |
---|
IAddress getAdress()
java.lang.String getFunctionName()
java.lang.String getInstructionText()
java.lang.String getOpcode()
java.lang.String getArguments()
long getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |