public interface ContractMatch
| Modifier and Type | Field and Description |
|---|---|
static ContractMatch |
NO_CONTRACT_MATCH |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getExternalReordering() |
Collection<HeapConfiguration> |
getPostconditions() |
HeapConfiguration |
getPrecondition() |
boolean |
hasMatch() |
static final ContractMatch NO_CONTRACT_MATCH
boolean hasMatch()
int[] getExternalReordering()
HeapConfiguration getPrecondition()
Collection<HeapConfiguration> getPostconditions()
Copyright © 2018. All rights reserved.