|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JepFunction
This interface should be implemented by objects that can
perform some kind of calculation for a JEP
expression. This interface
is just the addition of a name to the PostfixMathCommandI
interface defined by JEP.
Jep.newJep(String, JepFunction[])
,
Jep
Method Summary | |
---|---|
String |
getFunctionName()
Get the name of this function. |
Methods inherited from interface org.nfunk.jep.function.PostfixMathCommandI |
---|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters |
Method Detail |
---|
String getFunctionName()
JEP
parser.
JEP.addFunction(String, PostfixMathCommandI)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |