public class Function
extends java.lang.Object
| Constructor and Description | 
|---|
Function(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.reflect.Method | 
getMethod()
Return the Java Method associated with the function. 
 | 
java.lang.String | 
getName()
Return the function name. 
 | 
java.lang.Object | 
getObject()
Return the Java Object which hold the function. 
 | 
int | 
getParamsSize()
Return the number of parameters of the underlying method. 
 | 
boolean | 
isVarargs()
Return true if the underlying method uses varargs for its arguments. 
 | 
public java.lang.String getName()
public boolean isVarargs()
public int getParamsSize()
public java.lang.Object getObject()
public java.lang.reflect.Method getMethod()
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence