PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIMixedInstruction

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIMixedInstruction
extends IPDISessionObject

Represents a machine instruction.


Method Summary
 String getFileName()
          Returns the file name
 IPDIInstruction[] getInstructions()
          Returns the array of instruction
 int getLineNumber()
          Returns the line number
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getLineNumber

int getLineNumber()
Returns the line number

Returns:
the line Number

getFileName

String getFileName()
Returns the file name

Returns:
the file name

getInstructions

IPDIInstruction[] getInstructions()
Returns the array of instruction

Returns:
the array of instruction

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.