public abstract static class ValueFunctions.NamedValueFunction extends Object implements ValueFunction
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
signature |
| Constructor and Description |
|---|
NamedValueFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a string describing what this function does.
|
String |
getParamDesc() |
protected static String |
getParamDesc(String type,
int nargs) |
protected static String |
getTypeName(Class c) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapply, checkArgspublic NamedValueFunction(String name)
public String getDescription()
ValueFunctiongetDescription in interface ValueFunctionpublic String getParamDesc()