|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.enshell.ScriptedMethod
public class ScriptedMethod
Constructor Summary | |
---|---|
ScriptedMethod(ParsedElement methodDeclaration,
AbstractScope scope)
Creates a new instance of ScriptedMethod |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Getter for property name. |
java.lang.Class[] |
getParamTypes()
Getter for property paramTypes. |
java.lang.Class |
getReturnType()
Getter for property returnType. |
int |
hashCode()
|
java.lang.Object |
invoke(java.lang.Object[] args,
AbstractScope scope)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptedMethod(ParsedElement methodDeclaration, AbstractScope scope) throws EvalException
EvalException
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[] args, AbstractScope scope) throws EvalException
invoke
in interface AbstractMethod
EvalException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |