Package | Description |
---|---|
de.uka.ilkd.key.logic |
provides a representation for the term and sequent
structure.
|
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 | Method and Description |
---|---|
ImmutableList<FormulaChangeInfo> |
SequentChangeInfo.modifiedFormulas()
The formulas modified within the sequent are returned as a
concatenated list of the formulas modified within each each
semisequent.
|
ImmutableList<FormulaChangeInfo> |
SemisequentChangeInfo.modifiedFormulas()
returns the list of all modification positions
|
ImmutableList<FormulaChangeInfo> |
SequentChangeInfo.modifiedFormulas(boolean antec)
The formulas modified within one of the semisequents are
returned.
|
Modifier and Type | Method and Description |
---|---|
void |
SemisequentChangeInfo.modifiedFormula(int idx,
FormulaChangeInfo fci)
logs a modified formula at position idx
|
Modifier and Type | Method and Description |
---|---|
ImmutableList<FormulaChangeInfo> |
FormulaTagManager.getModifications(FormulaTag p_tag) |
Copyright © 2003-2019 The KeY-Project.