| Paket | com.adobe.solutions.exm.runtime |
| Schnittstelle | public interface IFunctionMapper |
| Umsetzer | SimpleFunctionMapper |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Expression Manager“ 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper | ||
Methodendetails
resolve | () | Methode |
public function resolve(scope:String, functionName:String):Function| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Expression Manager“ 10 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
Parameter
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, 10:04 AM Z