|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StackFrame
Abstract description of a stack frame
Location
,
Mirror
,
Value
,
Variable
Method Summary | |
---|---|
Value |
evaluate(String expression)
Evaluates the given expression in the context of this StackFrame
and returns the resulting Value . |
Location |
location()
The current Location associated with this StackFrame . |
Variable |
thisObject()
Returns the value of this for the current frame. |
List |
variables()
The visible variables for this StackFrame . |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror |
---|
virtualMachine |
Method Detail |
---|
Variable thisObject()
this
for the current frame.null
null
List variables()
StackFrame
.null
.
Variable
objects for this StackFrame
or an empty list, never null
Location location()
Location
associated with this StackFrame
.null
Location
associated with this StackFrame
or null
Value evaluate(String expression)
StackFrame
and returns the resulting Value
.null
but can return the NullValue
Value
result of evaluating the expression never null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |