org.apache.commons.jxpath.functions
Constructor and Description |
---|
MethodFunction(java.lang.reflect.Method method)
Create a new MethodFunction.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(ExpressionContext context,
java.lang.Object[] parameters)
Computes the value of the function.
|
java.lang.String |
toString() |
public MethodFunction(java.lang.reflect.Method method)
method
- implementing Methodpublic java.lang.Object invoke(ExpressionContext context, java.lang.Object[] parameters)
Function
public java.lang.String toString()
toString
in class java.lang.Object