Eclipse CDT
Pre-release 3.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
 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

String getFileName()
Returns:
the file name

getInstructions

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

Eclipse CDT
Pre-release 3.0

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