java.lang.Object
com.hartmath.mapping.SFunctionEvaluator
com.hartmath.mapping.E2SArg
com.hartmath.mapping.ESMultiArg
com.hartmath.initial.EAdd
- All Implemented Interfaces:
- com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator
- class EAdd
- extends com.hartmath.mapping.ESMultiArg
- implements com.hartmath.mapping.FunctionOpEvaluator
Class Declaration.
- Version:
- %I%, %G%
|
Constructor Summary |
(package private) |
EAdd()
|
|
Method Summary |
com.hartmath.expression.HObject |
e2ComArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HComplex c1,
com.hartmath.lib.Session session)
Method Declaration. |
com.hartmath.expression.HObject |
e2DblArg(com.hartmath.expression.HDouble d0,
com.hartmath.expression.HDouble d1,
com.hartmath.lib.Session session)
Description of the Method |
com.hartmath.expression.HObject |
e2DblComArg(com.hartmath.expression.HDoubleComplex d0,
com.hartmath.expression.HDoubleComplex d1,
com.hartmath.lib.Session session)
Method Declaration. |
com.hartmath.expression.HObject |
e2FraArg(com.hartmath.expression.HFraction f0,
com.hartmath.expression.HFraction f1,
com.hartmath.lib.Session session)
Method Declaration. |
com.hartmath.expression.HObject |
e2IntArg(com.hartmath.expression.HInteger i0,
com.hartmath.expression.HInteger i1,
com.hartmath.lib.Session session)
Method Declaration. |
com.hartmath.expression.HObject |
e2ObjArg(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1,
com.hartmath.lib.Session session)
Method Declaration. |
com.hartmath.expression.HObject |
eComIntArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HInteger i1,
com.hartmath.lib.Session session)
Method Declaration. |
int |
precedence()
Method Declaration. |
java.lang.String |
toOpString(com.hartmath.expression.HFunction fun,
com.hartmath.lib.Session session)
Method Declaration. |
| Methods inherited from class com.hartmath.mapping.E2SArg |
binaryOperator, compareAddFunction, e2ComArg, e2DblArg, e2DblComArg, e2FraArg, e2FunArg, e2FunArg, e2IntArg, e2ObjArg, eComIntArg, eFunIntArg, eFunIntArg, operatorString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAdd
EAdd()
e2ObjArg
public com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1,
com.hartmath.lib.Session session)
- Method Declaration.
e2DblArg
public com.hartmath.expression.HObject e2DblArg(com.hartmath.expression.HDouble d0,
com.hartmath.expression.HDouble d1,
com.hartmath.lib.Session session)
- Description of the Method
e2DblComArg
public com.hartmath.expression.HObject e2DblComArg(com.hartmath.expression.HDoubleComplex d0,
com.hartmath.expression.HDoubleComplex d1,
com.hartmath.lib.Session session)
- Method Declaration.
e2IntArg
public com.hartmath.expression.HObject e2IntArg(com.hartmath.expression.HInteger i0,
com.hartmath.expression.HInteger i1,
com.hartmath.lib.Session session)
- Method Declaration.
e2FraArg
public com.hartmath.expression.HObject e2FraArg(com.hartmath.expression.HFraction f0,
com.hartmath.expression.HFraction f1,
com.hartmath.lib.Session session)
- Method Declaration.
e2ComArg
public com.hartmath.expression.HObject e2ComArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HComplex c1,
com.hartmath.lib.Session session)
- Method Declaration.
eComIntArg
public com.hartmath.expression.HObject eComIntArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HInteger i1,
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