java.lang.Object
com.hartmath.mapping.SFunctionEvaluator
com.hartmath.initial.EPreIncrement
com.hartmath.initial.EPreDecrement
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator
- class EPreDecrement
- extends EPreIncrement
Description of the Class
|
Constructor Summary |
EPreDecrement()
Constructor for the EPreDecrement object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPreDecrement
public EPreDecrement()
- Constructor for the EPreDecrement object
execute
public java.lang.Object execute(java.lang.Object first,
com.hartmath.lib.Session session)
- Method declaration
- Overrides:
execute in class EPreIncrement
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- Overrides:
toOpString in class EPreIncrement
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect,
com.hartmath.lib.Session session)
- Description of the Method
precedence
public int precedence()
- Method declaration
- Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator