org.eclipse.cdt.debug.core.model
Interface IAsmInstruction

All Known Implementing Classes:
AsmInstruction

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

getAdress

IAddress getAdress()
Returns the address of this instruction.

Returns:
the address of this instruction

getFunctionName

java.lang.String getFunctionName()
Returns the function name of this instruction, or empty string if function is not available.

Returns:
the function name of this instruction

getInstructionText

java.lang.String getInstructionText()
Returns the instruction's text.

Returns:
the instruction's text.

getOpcode

java.lang.String getOpcode()
Returns the opcode of this instruction.

Returns:
the opcode of this instruction

getArguments

java.lang.String getArguments()
Returns the arguments to the opcode.

Returns:
the arguments to the opcode

getOffset

long getOffset()
Returns the offset of this machine instruction.

Returns:
the offset of this machine instruction