Class MathProcessor

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

public class MathProcessor extends Object
Author:
Christopher Brock
  • Constructor Details

    • MathProcessor

      public MathProcessor()
  • Method Details

    • doOperations

      public static Object doOperations(Object val1, int operation, Object val2)
    • doOperations

      public static Object doOperations(Object val1, int operation, int type2, Object val2)
    • doOperations

      public static Object doOperations(int type1, Object val1, int operation, int type2, Object val2)