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 | Method and Description |
---|---|
void |
Proof.breadthFirstSearch(Node startNode,
ProofVisitor visitor)
Makes a downwards directed breadth first search on the proof tree, starting with node
startNode . |
void |
Proof.traverseFromChildToParent(Node child,
Node parent,
ProofVisitor visitor) |
Copyright © 2003-2019 The KeY-Project.