Pacote | com.adobe.solutions.exm.runtime.impl |
Classe | public class ExpressionManagerImpl |
Herança | ExpressionManagerImpl Object |
Implementações | IExpressionManager |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
functionMapper : IFunctionMapper
Returns the function mapper used for resolving function calls in expressions. | ExpressionManagerImpl | ||
variableResolver : IVariableResolver
Returns the variable resolver used for resolving variables in expressions. | ExpressionManagerImpl |
Método | Definido por | ||
---|---|---|---|
Assigns the result of evaluation of the given expression to the given variable. | ExpressionManagerImpl | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Returns a ComputedExpression instance for the given expression string, which applications
can use for reading or binding to the result of evaluation of the expression. | ExpressionManagerImpl | ||
Returns a ComputedExpression instance for the given expression, and if the 'assignTo' property
of the given expression is set, automatically assigns the result of expression evaluation
to the variable represented by this property. | ExpressionManagerImpl | ||
Returns a list of ComputedExpression instances for the given list of expression objects. | ExpressionManagerImpl | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
functionMapper | propriedade |
functionMapper:IFunctionMapper
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the function mapper used for resolving function calls in expressions.
Implementação
public function get functionMapper():IFunctionMapper
public function set functionMapper(value:IFunctionMapper):void
variableResolver | propriedade |
variableResolver:IVariableResolver
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns the variable resolver used for resolving variables in expressions.
Implementação
public function get variableResolver():IVariableResolver
public function set variableResolver(value:IVariableResolver):void
assignTo | () | método |
public function assignTo(assignTo:String, expression:String):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Assigns the result of evaluation of the given expression to the given variable. The target variable is updated automatically whenever an expression recomputation event is triggered (e.g. due to a dependent variable change, etc.).
Parâmetros
assignTo:String — The target variable to which the result of expression evaluation is assigned.
| |
expression:String — The expression to be evaluated.
|
manage | () | método |
public function manage(expression:String):IComputedExpression
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a ComputedExpression instance for the given expression string, which applications can use for reading or binding to the result of evaluation of the expression.
Parâmetros
expression:String — An expression string.
|
IComputedExpression — A ComputedExpression instance for the given expression string.
|
manageExpression | () | método |
public function manageExpression(expression:IExpression):IComputedExpression
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a ComputedExpression instance for the given expression, and if the 'assignTo' property of the given expression is set, automatically assigns the result of expression evaluation to the variable represented by this property.
Parâmetros
expression:IExpression — An expression object with the 'expression' property, and optionally the
'assignTo' property, set.
|
IComputedExpression — A ComputedExpression instance for the given expression.
|
manageList | () | método |
public function manageList(expressionsVector:Vector.<IExpression>):Vector.<IComputedExpression>
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Expression Manager Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns a list of ComputedExpression instances for the given list of expression objects.
Parâmetros
expressionsVector:Vector.<IExpression> — A list of Expression instances.
|
Vector.<IComputedExpression> — A list of ComputedExpression instances for the given list of expressions.
|
Wed Jun 13 2018, 11:10 AM Z