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

public BigInteger getAdress()
Returns the Address.

Returns:
the address.

getFuntionName

public String getFuntionName()
Returns:
the function name.

getInstruction

public String getInstruction()
Returns:
the instruction.

getOpcode

public String getOpcode()
Returns:
the opcode

getArgs

public String getArgs()
Returns:
any arguments to the opcode

getOffset

public 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.