JSExpression

Undocumented in source.

Constructors

this
this(string jsexpr, Activity activity)
Undocumented in source.

Members

Functions

activity
Activity activity()
Undocumented in source. Be warned that the author may not have intended to support it.
eval
JSValue eval()
Undocumented in source. Be warned that the author may not have intended to support it.
eval
T eval()
Undocumented in source. Be warned that the author may not have intended to support it.
evalOn
JSValue evalOn(Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.
evalOn
T evalOn(Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.
invoke
JSExpression invoke(S name, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
invoke
JSExpression invoke(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
jsExpr
string jsExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
JSExpression opIndex(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
JSExpression opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
JSExpression opIndexAssign(JSExpression rhs, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
JSExpression opIndexAssign(T rhs, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
JSExpression opIndexAssign(JSExpression rhs, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
JSExpression opIndexAssign(T rhs, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
runOn
void runOn(Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

literal
JSExpression literal(Int n, Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.
literal
JSExpression literal(string str, Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.
literal
JSExpression literal(bool b, Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta