Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.model |
Modifier and Type | Interface and Description |
---|---|
interface |
IJavaScriptPrimitiveValue
Describes a primitive value
|
Modifier and Type | Method and Description |
---|---|
IJavaScriptValue |
IJavaScriptThread.evaluate(java.lang.String expression)
Allows the given expression to be evaluated and returns the
Value
of the evaluation. |
IJavaScriptValue |
IJavaScriptStackFrame.evaluate(java.lang.String expression)
Allows the given expression to be evaluated and returns the
Value
of the evaluation. |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.