public interface BuiltInMethod
This interface is used to implement user built in functions without locales.. User: patrick Date: Nov 7, 2006 Time: 9:29:43 AM
| Method Summary | |
|---|---|
java.lang.Object |
executeBuiltIn(java.lang.Object from,
java.lang.Object[] parameters)
This method is called to execute the built in function |
| Methods inherited from interface com.qintsoft.joria.runtimeapi.BuiltInMethodBase |
|---|
checkParameterTypes, getReturnType |
| Method Detail |
|---|
java.lang.Object executeBuiltIn(java.lang.Object from,
java.lang.Object[] parameters)
from - scope object, normaly not usedparameters - the array of the parameters values.