Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
The ExpressionManager interface is the entry point into the Expression Manager runtime.
Applications should use an ExpressionManager instance for obtaining a ComputedExpression instance,
from which they can obtain the result of the evaluated expression by reading or binding to the 'value'
property. ExpressionManager has two pluggable components, a variable resolver and a function mapper,
which are used for resolving any variables or function calls encountered in an expression string.