as2fm.as2fm_common.ecmascript_interpretation
Module for interpreting ecmascript.
Functions
|
Evaluate if an ECMAscript expression contains access to an array element. |
|
Evaluate if an ECMAscript expression contains access to an member element. |
|
Evaluate if an ECMAscript expression contains unary, binary, logical or function operators. |
|
Interpret the ECMA script expression and return the resulting value. |
|
Evaluate if the expression contains only a literal (or an array expression). |
|
Parse the string using esprima. |
|
Expand a Member expression into a list, distinguishing between member and array accesses. |
Classes
Placeholder type for ArrayAccess operator call in expanded Member expression. |
Exceptions
Exception type thrown when there are error expanding a Member expression. |