org.mvel2.math
Class MathProcessor

java.lang.Object
  extended by org.mvel2.math.MathProcessor

public class MathProcessor
extends java.lang.Object

Author:
Christopher Brock

Constructor Summary
MathProcessor()
           
 
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
 

Constructor Detail

MathProcessor

public MathProcessor()
Method Detail

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 © 2010. All Rights Reserved.