|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.enshell.JavaMethod
public class JavaMethod
Constructor Summary | |
---|---|
JavaMethod(java.lang.reflect.Method meth,
java.lang.Object subject)
Creates a new instance of JavaMethod |
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[] types,
AbstractScope scope)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaMethod(java.lang.reflect.Method meth, java.lang.Object subject)
Method Detail |
---|
public java.lang.String getName()
AbstractMethod
getName
in interface AbstractMethod
public java.lang.Class[] getParamTypes()
AbstractMethod
getParamTypes
in interface AbstractMethod
public java.lang.Class getReturnType()
AbstractMethod
getReturnType
in interface AbstractMethod
public java.lang.Object invoke(java.lang.Object[] types, AbstractScope scope) throws EvalException
invoke
in interface AbstractMethod
EvalException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |