Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIInstruction

All Superinterfaces:
ICDIObject

public interface ICDIInstruction
extends ICDIObject

Represents a machine instruction.

Since:
Jul 10, 2002

Method Summary
 java.math.BigInteger getAdress()
          Returns the Address.
 java.lang.String getArgs()
           
 java.lang.String getFuntionName()
           
 java.lang.String getInstruction()
           
 long getOffset()
           
 java.lang.String getOpcode()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getAdress

java.math.BigInteger getAdress()
Returns the Address.

Returns:
the address.

getFuntionName

java.lang.String getFuntionName()
Returns:
the function name.

getInstruction

java.lang.String getInstruction()
Returns:
the instruction.

getOpcode

java.lang.String getOpcode()
Returns:
the opcode

getArgs

java.lang.String getArgs()
Returns:
any arguments to the opcode

getOffset

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

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.