Pakket | com.adobe.solutions.exm.runtime |
Interface | public interface IFunctionMapper |
Geïmplementeerd door | SimpleFunctionMapper |
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
Methodedetails
resolve | () | methode |
public function resolve(scope:String, functionName:String):Function
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parameters
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:42 AM Z