| Modifier and Type | Method and Description |
|---|---|
void |
JsonContractExporter.export(String directory,
Map<String,Collection<Contract>> contracts) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractToInputFormatExporter.export(String signature,
Collection<Contract> contracts) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
DefaultScene.createContract(HeapConfiguration precondition,
Collection<HeapConfiguration> postconditions) |
Contract |
Scene.createContract(HeapConfiguration precondition,
Collection<HeapConfiguration> postconditions) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
CounterexampleContractGenerator.generateContract(ProgramState initialState) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Contract> |
CounterexampleContractCollection.getContractsForExport() |
| Modifier and Type | Method and Description |
|---|---|
void |
CounterexampleContractCollection.addContract(Contract contract) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalContract |
| Modifier and Type | Method and Description |
|---|---|
Contract |
InternalContractGenerator.generateContract(ProgramState initialState) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Contract> |
InternalContractCollection.getContractsForExport() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalContractCollection.addContract(Contract contract) |
ContractMatch |
InternalPreconditionMatchingStrategy.match(Contract contract,
HeapConfiguration heapInScope) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
ContractGenerator.generateContract(ProgramState initialState) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Contract> |
ContractCollection.getContractsForExport() |
Collection<Contract> |
MethodExecutor.getContractsForExport() |
Collection<Contract> |
AbstractMethodExecutor.getContractsForExport() |
Collection<Contract> |
Method.getContractsForExport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractCollection.addContract(Contract contract) |
void |
MethodExecutor.addContract(Contract contract) |
void |
AbstractMethodExecutor.addContract(Contract contract) |
void |
Method.addContract(Contract contract) |
ContractMatch |
PreconditionMatchingStrategy.match(Contract contract,
HeapConfiguration heapInScope) |
Copyright © 2019. All rights reserved.