com.qintsoft.joria.runtimeapi
Interface BuiltInMethod

All Superinterfaces:
BuiltInMethodBase

public interface BuiltInMethod
extends BuiltInMethodBase

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

executeBuiltIn

java.lang.Object executeBuiltIn(java.lang.Object from,
                                java.lang.Object[] parameters)
This method is called to execute the built in function

Parameters:
from - scope object, normaly not used
parameters - the array of the parameters values.
Returns:
the return value of the built in function