ReturnPoints

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

Maps return points to the SMT variables representing that place.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

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