Eclipse CDT
7.0

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

All Superinterfaces:
ICDIObject

public interface ICDIMixedInstruction
extends ICDIObject

Represents a machine instruction.

Since:
Jul 10, 2002

Method Summary
 java.lang.String getFileName()
           
 ICDIInstruction[] getInstructions()
           
 int getLineNumber()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

getLineNumber

int getLineNumber()
Returns:
the line Number.

getFileName

java.lang.String getFileName()
Returns:
the file name

getInstructions

ICDIInstruction[] getInstructions()
Returns:
the array of instruction.

Eclipse CDT
7.0

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