Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.core.model |
Modifier and Type | Class and Description |
---|---|
class |
ArrayValue
An IIndexedValue implementation for an array element range using a JsArray
instance.
|
class |
Value
A generic (non-array) implementation of IValue using a JsValue instance.
|
static class |
ValueBase.ErrorMessageValue
Wraps string error message as a Value.
|
static class |
ValueBase.ValueWithLazyVariables
A base implementation of Value that lazily calculates its inner variables.
|
Modifier and Type | Method and Description |
---|---|
static ValueBase |
ValueBase.cast(IValue value)
Downcasts IValue to ValueBase if possible or returns null.
|
abstract ValueBase |
Variable.getValue() |
ValueBase |
Variable.Real.getValue() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.