Modifier and Type | Field and Description |
---|---|
protected java.lang.reflect.Method |
method
The method.
|
Constructor and Description |
---|
MethodCallFunction(java.lang.reflect.Method method)
Create a new function.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
getRelevantAttributes()
Get the set of relevant attribute types.
|
java.lang.Class |
getReturnType()
Get the return type of this function.
|
java.lang.Object |
invoke(java.lang.Object[] paramvalues,
IOAVState state)
Invoke a function and return a value (optional).
|
java.lang.String |
toString()
Create a string representation.
|
public MethodCallFunction(java.lang.reflect.Method method)
public java.lang.Object invoke(java.lang.Object[] paramvalues, IOAVState state)
public java.lang.Class getReturnType()
getReturnType
in interface IFunction
public AttributeSet getRelevantAttributes()
getRelevantAttributes
in interface IFunction
public java.lang.String toString()
toString
in class java.lang.Object