Package | com.adobe.solutions.exm.runtime |
Interface | public interface IFunctionMapper |
Implémenteurs | SimpleFunctionMapper |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Expression Manager 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
Détails de la méthode
resolve | () | méthode |
public function resolve(scope:String, functionName:String):Function
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Expression Manager 10 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Paramètres
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, 09:30 AM Z