public class FunctionInfo
extends java.lang.Object
Constructor and Description |
---|
FunctionInfo(java.lang.String name,
java.lang.String className,
java.lang.String signature)
Creates information for a function.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionClass()
Returns the function's Java class.
|
java.lang.String |
getFunctionSignature()
Returns the function's signature.
|
java.lang.String |
getName()
Returns the function name
|