public final class NoContractMatch extends Object implements ContractMatch
| Modifier and Type | Field and Description |
|---|---|
static NoContractMatch |
NO_CONTRACT_MATCH |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getExternalReordering() |
Collection<HeapConfiguration> |
getPostconditions() |
HeapConfiguration |
getPrecondition() |
boolean |
hasMatch() |
public static final NoContractMatch NO_CONTRACT_MATCH
public boolean hasMatch()
hasMatch in interface ContractMatchpublic int[] getExternalReordering()
getExternalReordering in interface ContractMatchpublic Collection<HeapConfiguration> getPostconditions()
getPostconditions in interface ContractMatchpublic HeapConfiguration getPrecondition()
getPrecondition in interface ContractMatchCopyright © 2018. All rights reserved.