Package | Description |
---|---|
de.uka.ilkd.key.pp |
This package contains pretty-printing functionality used by the GUI and for
saving proofs.
|
Modifier and Type | Class and Description |
---|---|
class |
InitialPositionTable
An InitialPositionTable is a PositionTable that describes the
beginning of the element/subelement relationship.
|
class |
ModalityPositionTable
This is a position table for program modality formulae.
|
Modifier and Type | Field and Description |
---|---|
protected PositionTable[] |
PositionTable.children
the PositionTables for the direct subterms (or parts of sequent, etc.)
|
Modifier and Type | Method and Description |
---|---|
PositionTable |
PositionTable.getChild(int i)
Return of the children of this PositionTable
|
PositionTable |
LogicPrinter.getPositionTable()
returns the PositionTable representing position information on the sequent of
this LogicPrinter.
|
Modifier and Type | Method and Description |
---|---|
void |
PositionTable.setEnd(int end,
PositionTable child)
sets end in the position table to the next free end entry in the position
table and sets the given PositionTable as child of the sub-element
finished by putting this end position
|
Copyright © 2003-2019 The KeY-Project.