|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptStackFrame
Method Summary | |
---|---|
IJavaScriptValue |
evaluate(String expression)
Allows the given expression to be evaluated and returns the Value
of the evaluation. |
String |
getSource()
Returns the underlying source for the frame. |
String |
getSourceName()
Returns the name of the source backing the stack frame. |
String |
getSourcePath()
Returns the path to the source. |
Method Detail |
---|
IJavaScriptValue evaluate(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 returned
IJavaScriptValue
from the evaluation never null
String getSourceName()
null
null
String getSourcePath()
null
null
String getSource()
null
if the source cannot be acquired
null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |