java.lang.Object
com.hartmath.mapping.SFunctionEvaluator
com.hartmath.initial.EAddTo
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator
- Direct Known Subclasses:
- EDivideBy, ESubtractFrom, ETimesBy
- class EAddTo
- extends com.hartmath.mapping.SFunctionEvaluator
- implements com.hartmath.mapping.FunctionOpEvaluator
Class declaration
- Version:
- %I%, %G%
|
Constructor Summary |
(package private) |
EAddTo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAddTo
EAddTo()
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction f,
com.hartmath.lib.Session session)
- Description of the Method
execute
public java.lang.Object execute(java.lang.Object first,
java.lang.Object second,
com.hartmath.lib.Session session)
- Method declaration
toOpString
public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
com.hartmath.lib.Session session)
- Method declaration
- Specified by:
toOpString in interface com.hartmath.mapping.FunctionOpEvaluator
precedence
public int precedence()
- Method declaration
- Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator