接口 ExecutionStrategy
public interface ExecutionStrategy
The strategy used to execute a method on an object instance.
-
方法概要
-
方法详细资料
-
execute
Executes a method on an object instance, or a static method if the specified instance isnull.- 参数:
instance- the object instance to be executed ornullto execute a static method- 返回:
- the return value of the method, or
null - 抛出:
ScriptException- if no method to execute was found
-