Eclipse CDT
Pre-release 3.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
 BigInteger getAdress()
          Returns the Address.
 String getArgs()
           
 String getFuntionName()
           
 String getInstruction()
           
 long getOffset()
           
 String getOpcode()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getAdress

BigInteger getAdress()
Returns the Address.

Returns:
the address.

getFuntionName

String getFuntionName()
Returns:
the function name.

getInstruction

String getInstruction()
Returns:
the instruction.

getOpcode

String getOpcode()
Returns:
the opcode

getArgs

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
Pre-release 3.0

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