jxl.enshell
Interface AbstractMethod

All Known Implementing Classes:
JavaMethod, ScriptedMethod

public interface AbstractMethod

Author:
Alex Lynch (jxlynch@users.sf.net)

Method Summary
 java.lang.String getName()
          Getter for property name.
 java.lang.Class[] getParamTypes()
          Getter for property paramTypes.
 java.lang.Class getReturnType()
          Getter for property returnType.
 java.lang.Object invoke(java.lang.Object[] args, AbstractScope scope)
           
 

Method Detail

getName

java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

getReturnType

java.lang.Class getReturnType()
Getter for property returnType.

Returns:
Value of property returnType.

getParamTypes

java.lang.Class[] getParamTypes()
Getter for property paramTypes.

Returns:
Value of property paramTypes.

invoke

java.lang.Object invoke(java.lang.Object[] args,
                        AbstractScope scope)
                        throws EvalException
Throws:
EvalException