JavascriptStyleDispatch

this puts in operators and opDispatch to handle string indexes and properties, forwarding to get and set functions.

Members

Functions

opDispatch
string opDispatch(string v)
opIndex
string opIndex(string key)
opIndexAssign
string opIndexAssign(string value, string field)

See Also

Meta