VarInfo

data class VarInfo

For each variable, we keep two pieces of data:

  • the name it was declared with

  • the element it came from

  • invariants which may have been declared

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val invariant: BooleanFormula? = null
Link copied to clipboard
val name: String
Link copied to clipboard
val origin: Element
Link copied to clipboard
val smtName: String