Package | Description |
---|---|
de.uka.ilkd.key.informationflow.proof | |
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.
|
de.uka.ilkd.key.proof.init |
This package contains classes handling prover initialisation.
|
Constructor and Description |
---|
InfFlowProof(java.lang.String name,
Sequent sequent,
java.lang.String header,
TacletIndex rules,
BuiltInRuleIndex builtInRules,
InitConfig initConfig) |
Modifier and Type | Method and Description |
---|---|
BuiltInRuleIndex |
BuiltInRuleAppIndex.builtInRuleIndex() |
BuiltInRuleIndex |
BuiltInRuleIndex.copy()
returns a copy of itself
|
Constructor and Description |
---|
BuiltInRuleAppIndex(BuiltInRuleIndex index) |
BuiltInRuleAppIndex(BuiltInRuleIndex index,
NewRuleListener p_newRuleListener) |
Proof(java.lang.String name,
Sequent sequent,
java.lang.String header,
TacletIndex rules,
BuiltInRuleIndex builtInRules,
InitConfig initConfig) |
Modifier and Type | Method and Description |
---|---|
BuiltInRuleIndex |
InitConfig.createBuiltInRuleIndex()
returns a new created index for built in rules (at the moment immutable
list)
|
Copyright © 2003-2019 The KeY-Project.