public class EolVariableValue extends EolDebugElement implements org.eclipse.debug.core.model.IValue
Constructor and Description |
---|
EolVariableValue(org.eclipse.debug.core.model.IDebugTarget target,
EolVariable variable,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
getReferenceTypeName() |
Object |
getValue() |
String |
getValueString() |
EolVariable |
getVariable() |
org.eclipse.debug.core.model.IVariable[] |
getVariables() |
boolean |
hasVariables() |
boolean |
isAllocated() |
getModelIdentifier
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EolVariableValue(org.eclipse.debug.core.model.IDebugTarget target, EolVariable variable, Object value)
public Object getValue()
public EolVariable getVariable()
public String getReferenceTypeName() throws org.eclipse.debug.core.DebugException
getReferenceTypeName
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
public String getValueString() throws org.eclipse.debug.core.DebugException
getValueString
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
public boolean isAllocated() throws org.eclipse.debug.core.DebugException
isAllocated
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
public org.eclipse.debug.core.model.IVariable[] getVariables() throws org.eclipse.debug.core.DebugException
getVariables
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
public boolean hasVariables() throws org.eclipse.debug.core.DebugException
hasVariables
in interface org.eclipse.debug.core.model.IValue
org.eclipse.debug.core.DebugException
Copyright © 2018. All rights reserved.