ValueBase.ErrorMessageValue, ValueBase.ValueWithLazyVariables
DebugElementImpl.WithConnected, DebugElementImpl.WithConnectedBase, DebugElementImpl.WithEvaluate, DebugElementImpl.WithEvaluateBase, DebugElementImpl.WithSuspended, DebugElementImpl.WithSuspendedBase
Constructor and Description |
---|
ErrorMessageValue(EvaluateContext evaluateContext,
java.lang.String message,
JsValue exceptionValue) |
Modifier and Type | Method and Description |
---|---|
Value |
asRealValue()
Downcasts to Value or return null.
|
java.lang.String |
getReferenceTypeName() |
java.lang.String |
getValueString() |
IVariable[] |
getVariables() |
boolean |
hasVariables() |
boolean |
isAllocated() |
getEvaluateContext
getSuspendedState
getConnectedData
getDebugTarget
getAdapter, getLaunch, getModelIdentifier
public ErrorMessageValue(EvaluateContext evaluateContext, java.lang.String message, JsValue exceptionValue)
public java.lang.String getReferenceTypeName() throws DebugException
DebugException
public java.lang.String getValueString()
getValueString
in class ValueBase
public boolean isAllocated() throws DebugException
DebugException
public IVariable[] getVariables() throws DebugException
DebugException
public boolean hasVariables() throws DebugException
DebugException
public Value asRealValue()
ValueBase
asRealValue
in class ValueBase
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.