Package org.eclipse.epsilon.eol.dt.debug
Class EolVariableValue
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.DebugElement
org.eclipse.epsilon.eol.dt.debug.EolDebugElement
org.eclipse.epsilon.eol.dt.debug.EolVariableValue
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.debug.core.model.IDebugElement,org.eclipse.debug.core.model.IValue
public class EolVariableValue
extends EolDebugElement
implements org.eclipse.debug.core.model.IValue
-
Constructor Summary
ConstructorsConstructorDescriptionEolVariableValue(org.eclipse.debug.core.model.IDebugTarget target, EolVariable variable, Object value) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()org.eclipse.debug.core.model.IVariable[]booleanbooleanMethods inherited from class org.eclipse.epsilon.eol.dt.debug.EolDebugElement
getModelIdentifierMethods inherited from class org.eclipse.debug.core.model.DebugElement
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
-
Constructor Details
-
EolVariableValue
public EolVariableValue(org.eclipse.debug.core.model.IDebugTarget target, EolVariable variable, Object value)
-
-
Method Details
-
getValue
-
getVariable
-
getReferenceTypeName
- Specified by:
getReferenceTypeNamein interfaceorg.eclipse.debug.core.model.IValue- Throws:
org.eclipse.debug.core.DebugException
-
getValueString
- Specified by:
getValueStringin interfaceorg.eclipse.debug.core.model.IValue- Throws:
org.eclipse.debug.core.DebugException
-
isAllocated
public boolean isAllocated() throws org.eclipse.debug.core.DebugException- Specified by:
isAllocatedin interfaceorg.eclipse.debug.core.model.IValue- Throws:
org.eclipse.debug.core.DebugException
-
getVariables
public org.eclipse.debug.core.model.IVariable[] getVariables() throws org.eclipse.debug.core.DebugException- Specified by:
getVariablesin interfaceorg.eclipse.debug.core.model.IValue- Throws:
org.eclipse.debug.core.DebugException
-
hasVariables
public boolean hasVariables() throws org.eclipse.debug.core.DebugException- Specified by:
hasVariablesin interfaceorg.eclipse.debug.core.model.IValue- Throws:
org.eclipse.debug.core.DebugException
-