Class DebugValue
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.emf.mwe.internal.ui.debug.model.DebugElement
org.eclipse.emf.mwe.internal.ui.debug.model.DebugValue
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.core.model.IDebugElement
,org.eclipse.debug.core.model.IValue
MWE Debug Value implementation
A DebugValue has (beside it's own String representation) a list of sub-variables.
A DebugValue has (beside it's own String representation) a list of sub-variables.
-
Field Summary
Fields inherited from class org.eclipse.emf.mwe.internal.ui.debug.model.DebugElement
target
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.debug.core.model.IVariable[]
int
boolean
boolean
boolean
isDirty()
void
setDirty
(boolean dirty) void
setVarTO
(VarValueTO varTO) Methods inherited from class org.eclipse.emf.mwe.internal.ui.debug.model.DebugElement
getAdapter, getDebugModelManager, getDebugTarget, getDebugTarget0, getLaunch, getModelIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
-
Constructor Details
-
DebugValue
-
-
Method Details
-
setVarTO
-
getVarTOId
public int getVarTOId() -
isDirty
public boolean isDirty() -
setDirty
public void setDirty(boolean dirty) -
getReferenceTypeName
- Specified by:
getReferenceTypeName
in interfaceorg.eclipse.debug.core.model.IValue
-
getValueString
- Specified by:
getValueString
in interfaceorg.eclipse.debug.core.model.IValue
-
getDetailRep
-
isAllocated
public boolean isAllocated()- Specified by:
isAllocated
in interfaceorg.eclipse.debug.core.model.IValue
-
hasVariables
public boolean hasVariables()- Specified by:
hasVariables
in interfaceorg.eclipse.debug.core.model.IValue
-
getVariables
public org.eclipse.debug.core.model.IVariable[] getVariables() throws org.eclipse.debug.core.DebugException- Specified by:
getVariables
in interfaceorg.eclipse.debug.core.model.IValue
- Throws:
org.eclipse.debug.core.DebugException
-