Package org.mvel2.math
Class MathProcessor
java.lang.Object
org.mvel2.math.MathProcessor
- Author:
- Christopher Brock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectdoOperations(int type1, Object val1, int operation, int type2, Object val2) static ObjectdoOperations(Object val1, int operation, int type2, Object val2) static ObjectdoOperations(Object val1, int operation, Object val2)
-
Constructor Details
-
MathProcessor
public MathProcessor()
-
-
Method Details
-
doOperations
-
doOperations
-
doOperations
-