|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.plotnix.jex.javascript.JavaScriptExpression
|
+--com.plotnix.jex.javascript.JavaScriptIterationExpression
| Fields inherited from class com.plotnix.jex.javascript.JavaScriptExpression |
JS_AUTODECLARE, JS_GLOBAL_SCOPE_PROPERTY, JS_PSEUDO_VARIABLE, JS_SCOPE_PROPERTY |
| Constructor Summary | |
JavaScriptIterationExpression(org.mozilla.javascript.Script script)
|
|
| Method Summary | |
java.util.Iterator |
iterate(Context context,
java.lang.Object[] arguments)
Produces the iterator described by the expression in the specified context with the supplied arguments. |
| Methods inherited from class com.plotnix.jex.javascript.JavaScriptExpression |
getContextScope, getGlobalScope, getLocalScope, getLocalScope, getScript |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaScriptIterationExpression(org.mozilla.javascript.Script script)
script - is a compiled JavaScript to be associated with
this expression| Method Detail |
public java.util.Iterator iterate(Context context,
java.lang.Object[] arguments)
IterationExpressioniterate in interface IterationExpressionIterationExpression.iterate(Context, Object[])
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||