Modifier and Type | Method and Description |
---|---|
Value |
evaluate(java.lang.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. |
java.util.List |
variables()
The visible variables for this
StackFrame . |
virtualMachine
Variable thisObject()
this
for the current frame.null
null
java.util.List variables()
Variable
objects for this StackFrame
or an empty list, never null
Location location()
Location
associated with this StackFrame
or null
Value evaluate(java.lang.String expression)
StackFrame
and returns the resulting Value
.null
but can return the NullValue
Value
result of evaluating the expression never null
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.