public interface IJavaScriptStackFrame
Modifier and Type | Method and Description |
---|---|
IJavaScriptValue |
evaluate(java.lang.String expression)
Allows the given expression to be evaluated and returns the
Value
of the evaluation. |
java.lang.String |
getSource()
Returns the underlying source for the frame.
|
java.lang.String |
getSourceName()
Returns the name of the source backing the stack frame.
|
java.lang.String |
getSourcePath()
Returns the path to the source.
|
IVariable |
getThisObject()
Returns the
IVariable for the this object. |
IJavaScriptValue evaluate(java.lang.String expression)
Value
of the evaluation.null
and will return a value with NullValue
instead.expression
- the expression to evaluate, null
is accepted and will cause a value
backed by NullValue
to be returnedIJavaScriptValue
from the evaluation never null
java.lang.String getSourceName()
null
null
java.lang.String getSourcePath()
null
null
java.lang.String getSource()
null
if the source cannot be acquirednull
IVariable getThisObject()
IVariable
for the this
object.null
this
IVariable
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.