|
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. |
IVariable |
getThisObject()
Returns the IVariable for the this object. |
| 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 nullString getSourceName()
null
nullString getSourcePath()
null
nullString getSource()
null if the source cannot be acquired
nullIVariable getThisObject()
IVariable for the this object.null
this IVariable
|
JavaScript Development Tools Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||