Class LambdaObjectValue


public class LambdaObjectValue extends ObjectValue
  • Constructor Details

    • LambdaObjectValue

      public LambdaObjectValue(org.sosy_lab.java_smt.api.SolverContext context, int address, int parentAddress, int key)
  • Method Details

    • getKey

      public int getKey()
    • getParentAddress

      public int getParentAddress()
    • 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
      Returns:
      the string representation of the value