ReturnPoints

data class ReturnPoints(val topMostReturnPointVariableName: Pair<String?, ObjectFormula>, val namedReturnPointVariableNames: Map<String, ObjectFormula>)

Maps return points to the SMT variables representing that place.

Constructors

Link copied to clipboard
fun ReturnPoints(topMostReturnPointVariableName: Pair<String?, ObjectFormula>, namedReturnPointVariableNames: Map<String, ObjectFormula>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addAndReplaceTopMost(newScopeName: String, newVariableName: ObjectFormula): ReturnPoints
Link copied to clipboard
fun replaceTopMost(newScopeName: String?, newVariableName: ObjectFormula): ReturnPoints

Properties

Link copied to clipboard
val namedReturnPointVariableNames: Map<String, ObjectFormula>
Link copied to clipboard
val topMostReturnPointVariableName: Pair<String?, ObjectFormula>