Represents the different types of resulting constraints that are inferred by abstract data frame operations.

Enumeration Members

OperandModification: 1

The inferred constraints are applied to the operand during the operation

OperandPrecondition: 0

The inferred constraints must hold for the operand at the point of the operation

ResultPostcondition: 2

The inferred constraints must hold for the returned result of the operation