Package org.mvel2.math
Class MathProcessor
- java.lang.Object
-
- org.mvel2.math.MathProcessor
-
public class MathProcessor extends Object
- Author:
- Christopher Brock
-
-
Constructor Summary
Constructors Constructor Description MathProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-