Class NaryFunction

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.NaryFunction
All Implemented Interfaces:
PostfixMathCommandI, Serializable
Direct Known Subclasses:
CaseNonLazy, Ele, FromBase, GetOr, JepTest.AddFractionsNary, JepTest.MyNary, MakeMap, MapPfmc, MapPfmc.MapEntryPfmc, Mid, ModifiedParserTest.BadFun, NullWrappedNary, NullWrappedNaryBinary, NullWrapTest.MyNary, OverloadedNaryFunction, Put, Round, RoundSF, Substring, SwitchDefaultNonLazy, SwitchNonLazy, ToBase

public abstract class NaryFunction extends PostfixMathCommand
Convenient base class for nary functions. Defines an Object eval(Object[] args) method for calculating the result.
Author:
Richard Morris
See Also: