org.mvel2.math
Class MathProcessor
java.lang.Object
org.mvel2.math.MathProcessor
public class MathProcessor
- extends java.lang.Object
- Author:
- Christopher Brock
Method Summary |
static java.lang.Object |
doOperations(int type1,
java.lang.Object val1,
int operation,
int type2,
java.lang.Object val2)
|
static java.lang.Object |
doOperations(java.lang.Object val1,
int operation,
int type2,
java.lang.Object val2)
|
static java.lang.Object |
doOperations(java.lang.Object val1,
int operation,
java.lang.Object val2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathProcessor
public MathProcessor()
doOperations
public static java.lang.Object doOperations(java.lang.Object val1,
int operation,
java.lang.Object val2)
doOperations
public static java.lang.Object doOperations(java.lang.Object val1,
int operation,
int type2,
java.lang.Object val2)
doOperations
public static java.lang.Object doOperations(int type1,
java.lang.Object val1,
int operation,
int type2,
java.lang.Object val2)
Copyright © 2011. All Rights Reserved.