endrov.util.mathExpr
Interface MathExpr

All Known Implementing Classes:
MathExprFunction, MathExprNumber, MathExprSymbol

public interface MathExpr


Nested Class Summary
static class MathExpr.EvalException
           
 
Method Summary
 java.lang.Object evalExpr(MathExprEnvironment env)
           
 

Method Detail

evalExpr

java.lang.Object evalExpr(MathExprEnvironment env)
                          throws MathExpr.EvalException
Throws:
MathExpr.EvalException