Class CharacterObjectValue

java.lang.Object
de.uzl.its.swat.symbolic.value.Value<T,K>
de.uzl.its.swat.symbolic.value.reference.ObjectValue<Object,Object>
de.uzl.its.swat.symbolic.value.reference.lang.CharacterObjectValue

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

    • CharacterObjectValue

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

      public CharacterObjectValue(org.sosy_lab.java_smt.api.SolverContext context, CharValue charValue, 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
    • getCharValue

      public CharValue getCharValue()
    • 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