Package | Description |
---|---|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
de.uka.ilkd.key.proof.mgt |
This package contains classes for proof environments and proof management.
|
de.uka.ilkd.key.speclang |
This package contains the specification language frontends of KeY.
|
de.uka.ilkd.key.speclang.jml | |
de.uka.ilkd.key.speclang.jml.translation |
Modifier and Type | Method and Description |
---|---|
void |
ProgVarReplaceVisitor.performActionOnMergeContract(MergeContract oldContract) |
void |
Visitor.performActionOnMergeContract(MergeContract x) |
void |
JavaASTVisitor.performActionOnMergeContract(MergeContract x) |
void |
ProgramVariableCollector.performActionOnMergeContract(MergeContract x) |
Modifier and Type | Method and Description |
---|---|
ImmutableSet<MergeContract> |
SpecificationRepository.getMergeContracts(MergePointStatement mps) |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationRepository.addMergeContract(MergeContract mc)
Registers a
MergeContract . |
Modifier and Type | Class and Description |
---|---|
class |
PredicateAbstractionMergeContract
|
class |
UnparameterizedMergeContract
|
Modifier and Type | Method and Description |
---|---|
MergeContract |
MergeContract.map(java.util.function.UnaryOperator<Term> op,
Services services) |
Modifier and Type | Method and Description |
---|---|
ImmutableSet<MergeContract> |
SpecExtractor.extractMergeContracts(IProgramMethod method,
MergePointStatement mps,
ImmutableList<ProgramVariable> methodParams)
Returns the
MergeContract s for the given
MergePointStatement . |
Modifier and Type | Method and Description |
---|---|
ImmutableSet<MergeContract> |
JMLSpecExtractor.extractMergeContracts(IProgramMethod method,
MergePointStatement mps,
ImmutableList<ProgramVariable> methodParams) |
Modifier and Type | Method and Description |
---|---|
ImmutableSet<MergeContract> |
JMLSpecFactory.createJMLMergeContracts(IProgramMethod method,
MergePointStatement mps,
TextualJMLMergePointDecl mergePointDecl,
ImmutableList<ProgramVariable> methodParams) |
Copyright © 2003-2019 The KeY-Project.