PTP
Release 7.0

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

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, IEnableDisableTarget, IFormatSupport, IPDebugElement, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable
All Known Subinterfaces:
IPGlobalVariable, IPRegister

public interface IPVariable
extends org.eclipse.debug.core.model.IVariable, IPDebugElement, IFormatSupport, org.eclipse.debug.core.model.IValueModification, IEnableDisableTarget

Represents a variable in the target


Method Summary
 IAIF getAIF()
           
 java.lang.String getExpressionString()
           
 boolean isArgument()
           
 
Methods inherited from interface org.eclipse.debug.core.model.IVariable
getName, getReferenceTypeName, getValue, hasValueChanged
 
Methods inherited from interface org.eclipse.debug.core.model.IValueModification
setValue, setValue, supportsValueModification, verifyValue, verifyValue
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement
getCurrentStateInfo, getID, getSession, getState
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
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 org.eclipse.debug.core.DebugException
Returns:
Throws:
org.eclipse.debug.core.DebugException

getExpressionString

java.lang.String getExpressionString()
                                     throws org.eclipse.debug.core.DebugException
Returns:
Throws:
org.eclipse.debug.core.DebugException

isArgument

boolean isArgument()
Returns:

PTP
Release 7.0

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