Package | Description |
---|---|
de.uka.ilkd.key.proof |
This package contains the core data structures of proofs, nodes, goals, as well
as machinery to deal with these data structures.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReplacementMap.DefaultReplacementMap<S extends SVSubstitute,T>
The replacement map type to use if
TermLabelSettings.getUseOriginLabels() is false. |
static class |
ReplacementMap.NoIrrelevantLabelsReplacementMap<S extends SVSubstitute,T>
The replacement map type to use if
TermLabelSettings.getUseOriginLabels() is true. |
Modifier and Type | Method and Description |
---|---|
static <S extends SVSubstitute,T> |
ReplacementMap.create(TermFactory tf,
Proof proof)
Creates a new replacement map.
|
static <S extends SVSubstitute,T> |
ReplacementMap.create(TermFactory tf,
Proof proof,
java.util.Map<S,T> initialMappings)
Creates a new replacement map.
|
Copyright © 2003-2019 The KeY-Project.