Class FloatObjectValue


public class FloatObjectValue extends ObjectValue<Object,Object>
  • Constructor Details

    • FloatObjectValue

      public FloatObjectValue(org.sosy_lab.java_smt.api.SolverContext context)
    • FloatObjectValue

      public FloatObjectValue(org.sosy_lab.java_smt.api.SolverContext context, FloatValue floatValue, int address)
  • Method Details

    • getBounds

      public org.sosy_lab.java_smt.api.BooleanFormula getBounds(boolean upper)
      Gets the bound of the primitive type
      Overrides:
      getBounds in class Value<Object,Object>
      Parameters:
      upper - If the upper or lower bound should be created
      Returns:
      The BooleanFormula that represents the bounds check
    • getFloatValue

      public FloatValue getFloatValue()
    • invokeStaticMethod

      public static Value<?,?> invokeStaticMethod(org.sosy_lab.java_smt.api.SolverContext context, String name, Value<?,?>[] args)
    • invokeMethod

      public Value<?,?> invokeMethod(String name, org.objectweb.asm.Type[] desc, Value<?,?>[] args)
      Overrides:
      invokeMethod in class ObjectValue<Object,Object>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ObjectValue<Object,Object>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Description copied from class: Value
      Returns the string representation of the value. Should be implemented by each inheriting class.
      Overrides:
      toString in class ObjectValue<Object,Object>
      Returns:
      the string representation of the value