| Pacchetto | com.adobe.solutions.exm.runtime |
| Interfaccia | public interface IFunctionMapper |
| Implementatori | SimpleFunctionMapper |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper | ||
Descrizione dei metodi
resolve | () | metodo |
public function resolve(scope:String, functionName:String):Function| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Expression Manager 10 |
| Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parametri
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:44 PM Z