Paquete | com.adobe.solutions.exm.runtime |
Interfaz | public interface IFunctionMapper |
Implementadores | SimpleFunctionMapper |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | 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 |
Información sobre métodos
resolve | () | método |
public function resolve(scope:String, functionName:String):Function
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | 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.
|
Tue Jun 12 2018, 02:12 PM Z