패키지 | 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:17 PM Z