Method | Description | |
---|---|---|
Dispatch ( ICodeAndContractVisitor visitor ) : void |
Calls visitor.Visit(IPostCondition).
|
|
Postcondition ( ) : System |
Creates a fresh postcondition.
|
|
Postcondition ( IPostcondition postcondition ) : System |
Creates a postcondition that shares all of the information in postcondition
|
public Dispatch ( ICodeAndContractVisitor visitor ) : void | ||
visitor | ICodeAndContractVisitor | |
return | void |
public Postcondition ( IPostcondition postcondition ) : System | ||
postcondition | IPostcondition | |
return | System |