Package | Description |
---|---|
de.uka.ilkd.key.control.instantiation_model | |
de.uka.ilkd.key.macros.scripts |
Proof script commands are a simple proof automation facility.
|
de.uka.ilkd.key.nparser | |
de.uka.ilkd.key.nparser.builder | |
de.uka.ilkd.key.parser |
This package contains the parser for .key and .proof files.
|
de.uka.ilkd.key.pp |
This package contains pretty-printing functionality used by the GUI and for
saving proofs.
|
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.
|
Constructor and Description |
---|
TacletAssumesModel(Term ifFma,
ImmutableList<IfFormulaInstantiation> candidates,
TacletApp app,
Goal goal,
Services services,
NamespaceSet nss,
AbbrevMap scm) |
TacletFindModel(TacletApp app,
Services services,
NamespaceSet nss,
AbbrevMap scm,
Goal goal)
Create new data model for tree.
|
TacletInstantiationModel(TacletApp app,
Sequent seq,
NamespaceSet nss,
AbbrevMap scm,
Goal goal)
Create new data model for the apply Taclet dialog wrapping a combo box model
and a table model.
|
Modifier and Type | Method and Description |
---|---|
AbbrevMap |
EngineState.getAbbreviations() |
Modifier and Type | Method and Description |
---|---|
AbbrevMap |
KeyIO.getAbbrevMap() |
Modifier and Type | Method and Description |
---|---|
void |
KeyIO.setAbbrevMap(AbbrevMap abbrevMap) |
Modifier and Type | Method and Description |
---|---|
AbbrevMap |
ExpressionBuilder.getAbbrevMap() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionBuilder.setAbbrevMap(AbbrevMap abbrevMap) |
Modifier and Type | Method and Description |
---|---|
Term |
DefaultTermParser.parse(java.io.Reader in,
Sort sort,
Services services,
Namespace<QuantifiableVariable> var_ns,
Namespace<Function> func_ns,
Namespace<Sort> sort_ns,
Namespace<IProgramVariable> progVar_ns,
AbbrevMap scm)
Deprecated.
The method reads the input and parses a term with the
specified namespaces.
|
Term |
DefaultTermParser.parse(java.io.Reader in,
Sort sort,
Services services,
NamespaceSet nss,
AbbrevMap scm)
Deprecated.
The method reads the input and parses a term with the
specified namespaces.
|
Sequent |
DefaultTermParser.parseSeq(java.io.Reader in,
Services services,
NamespaceSet nss,
AbbrevMap scm)
Deprecated.
The method reads the input and parses a sequent with the
specified namespaces.
|
Modifier and Type | Method and Description |
---|---|
AbbrevMap |
NotationInfo.getAbbrevMap() |
Modifier and Type | Method and Description |
---|---|
void |
NotationInfo.setAbbrevMap(AbbrevMap am) |
Modifier and Type | Method and Description |
---|---|
AbbrevMap |
Proof.abbreviations() |
Copyright © 2003-2019 The KeY-Project.