endrov.util.mathExpr
Class MathExprFunction
java.lang.Object
endrov.util.mathExpr.MathExprFunction
- All Implemented Interfaces:
- MathExpr
public class MathExprFunction
- extends java.lang.Object
- implements MathExpr
Mathematical expression:
func(a,b,c,d...)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
function
public java.lang.String function
arg
public MathExpr[] arg
MathExprFunction
public MathExprFunction(java.lang.String n,
MathExpr... a)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
evalExpr
public java.lang.Object evalExpr(MathExprEnvironment env)
throws MathExpr.EvalException
- Specified by:
evalExpr
in interface MathExpr
- Throws:
MathExpr.EvalException