Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.debug.ui.actions |
Modifier and Type | Method and Description |
---|---|
abstract EvaluateContext |
DebugElementImpl.WithEvaluateBase.getEvaluateContext() |
EvaluateContext |
DebugElementImpl.WithEvaluate.getEvaluateContext() |
Modifier and Type | Method and Description |
---|---|
static Value |
Value.create(EvaluateContext evaluateContext,
JsValue value,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node expressionNode) |
static Variable |
Variable.forEvaluateExpression(EvaluateContext evaluateContext,
JsValue jsValue,
java.lang.String expression) |
static Variable |
Variable.forException(EvaluateContext evaluateContext,
JsValue exceptionValue) |
static Variable |
Variable.forFunctionScopes(EvaluateContext evaluateContext,
JsFunction jsFunction,
FunctionScopeExtension functionScopeExtension) |
static Variable |
Variable.forObjectScope(EvaluateContext evaluateContext,
JsScope.ObjectBased scope,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node expressionNode) |
static Variable |
Variable.forRealValue(EvaluateContext evaluateContext,
JsVariable jsVariable,
boolean isInternalProperty,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node trackerNode)
Wraps
JsVariable . |
Constructor and Description |
---|
ArrayValue(EvaluateContext evaluateContext,
JsArray array,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node expressionTrackerNode) |
ErrorMessageValue(EvaluateContext evaluateContext,
java.lang.String message,
JsValue exceptionValue) |
StackFrameBase(EvaluateContext evaluateContext) |
Value(EvaluateContext evaluateContext,
JsValue value,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node expressionNode) |
ValueBase(EvaluateContext evaluateContext) |
ValueWithLazyVariables(EvaluateContext evaluateContext) |
Variable(EvaluateContext evaluateContext) |
WithEvaluate(EvaluateContext evaluateContext) |
Constructor and Description |
---|
JsInspectExpression(EvaluateContext evaluateContext,
java.lang.String expression,
JsValue value,
java.lang.String errorMessage) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.