PTP
Release 7.0

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

All Superinterfaces:
IEnableDisableTarget, IFormatSupport, IPDebugElement
All Known Subinterfaces:
IPGlobalVariable, IPRegister

public interface IPVariable
extends IPDebugElement, IFormatSupport, IEnableDisableTarget

Represents a variable in the target


Method Summary
 IAIF getAIF()
           
 java.lang.String getExpressionString()
           
 boolean isArgument()
           
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement
getCurrentStateInfo, getID, getSession, getState
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IFormatSupport
changeFormat, getFormat, supportsFormatting
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IEnableDisableTarget
canEnableDisable, isEnabled, setEnabled
 

Method Detail

getAIF

IAIF getAIF()
            throws DebugException
Returns:
Throws:
DebugException

getExpressionString

java.lang.String getExpressionString()
                                     throws DebugException
Returns:
Throws:
DebugException

isArgument

boolean isArgument()
Returns:

PTP
Release 7.0

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