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.
|
static class |
DebugElementImpl.WithEvaluate
A base class for debug element that refers to
EvaluateContext . |
class |
StackFrame
An IStackFrame implementation over a JsStackFrame instance.
|
class |
StackFrameBase
A common base class for all stack frames.
|
class |
Value
A generic (non-array) implementation of IValue using a JsValue instance.
|
class |
ValueBase
A base implementation of all Chromium values.
|
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.
|
class |
Variable
An IVariable implementation over a JsVariable instance.
|
static class |
Variable.Real
Represents a real variable -- wraps
JsVariable . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.