public interface JepFunction extends org.nfunk.jep.function.PostfixMathCommandI
JEP
expression. This interface
is just the addition of a name to the PostfixMathCommandI
interface defined by JEP.Jep.newJep(String, JepFunction[])
,
Jep
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName()
Get the name of this function.
|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters
java.lang.String getFunctionName()
JEP
parser.