|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptThread
JavaScript thread description
Method Summary | |
---|---|
IJavaScriptValue |
evaluate(String expression)
Allows the given expression to be evaluated and returns the Value
of the evaluation. |
int |
getFrameCount()
Returns the total stack frame count |
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
int getFrameCount()
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |