PTP
Release 5.0

org.eclipse.ptp.debug.core.model
Interface IPDebugElement

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement
All Known Subinterfaces:
IPAIF, IPDebugTarget, IPGlobalVariable, IPModule, IPRegister, IPSignal, IPStackFrame, IPThread, IPValue, IPVariable

public interface IPDebugElement
extends org.eclipse.debug.core.model.IDebugElement


Method Summary
 Object getCurrentStateInfo()
           
 int getID()
           
 IPSession getSession()
           
 PDebugElementState getState()
           
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getCurrentStateInfo

Object getCurrentStateInfo()
Returns:

getID

int getID()
Returns:

getSession

IPSession getSession()
Returns:

getState

PDebugElementState getState()
Returns:

PTP
Release 5.0

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