パッケージ | 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, 10:34 AM Z