Pacote | com.adobe.solutions.exm.runtime |
Interface | public interface IFunctionMapper |
Implementadores | SimpleFunctionMapper |
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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
Detalhes do método
resolve | () | método |
public function resolve(scope:String, functionName:String):Function
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 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parâmetros
scope:String — The scope of the function to be resolved.
| |
functionName:String — The name of the function to be resolved.
|
Function — The resolved function.
|
Wed Jun 13 2018, 11:10 AM Z