PTP
Release 7.0

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

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, IEnableDisableTarget, IFormatSupport, IPDebugElement, IPVariable, org.eclipse.debug.core.model.IValueModification, org.eclipse.debug.core.model.IVariable

public interface IPGlobalVariable
extends IPVariable

Represents a global variable


Method Summary
 IPGlobalVariableDescriptor getDescriptor()
          Get the descriptor associated with the variable
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPVariable
getAIF, getExpressionString, 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

getDescriptor

IPGlobalVariableDescriptor getDescriptor()
Get the descriptor associated with the variable

Returns:

PTP
Release 7.0

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