Pakiet | com.adobe.solutions.exm.runtime |
Interfejs | public interface IFunctionMapper |
Implementory | SimpleFunctionMapper |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
Szczegół metody
resolve | () | metoda |
public function resolve(scope:String, functionName:String):Function
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parametry
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, 12:06 PM Z