套件 | com.adobe.solutions.exm.runtime |
介面 | public interface IFunctionMapper |
實作者 | SimpleFunctionMapper |
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual
function. | IFunctionMapper |
方法詳細資訊
resolve | () | 方法 |
public function resolve(scope:String, functionName:String):Function
語言版本: | ActionScript 3.0 |
產品版本: | Expression Manager Building Block 10 |
執行階段版本: | AIR (unsupported), Flash Player 10.2 |
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
參數
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, 03:47 PM Z