Package | Description |
---|---|
de.uka.ilkd.key.api |
This package gives an high-level entry point to the KeY world.
|
de.uka.ilkd.key.control | |
de.uka.ilkd.key.gui |
This package contains classes forming the graphical user interface of KeY.
|
de.uka.ilkd.key.symbolic_execution.util | |
de.uka.ilkd.key.util |
This package is a grab bag of miscellaneous useful code fragments.
|
Modifier and Type | Method and Description |
---|---|
KeYEnvironment<?> |
ProofApi.getEnv() |
Constructor and Description |
---|
ProofApi(Proof proof,
KeYEnvironment<?> currentEnv) |
ProofManagementApi(KeYEnvironment<?> env) |
Modifier and Type | Method and Description |
---|---|
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(java.io.File keyFile) |
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes)
Loads the given location and returns all required references as
KeYEnvironment . |
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
RuleCompletionHandler ruleCompletionHandler)
Loads the given location and returns all required references as
KeYEnvironment . |
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(Profile profile,
java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
boolean forceNewProfileOfNewProofs)
Loads the given location and returns all required references as
KeYEnvironment . |
static KeYEnvironment<DefaultUserInterfaceControl> |
KeYEnvironment.load(Profile profile,
java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
java.util.Properties poPropertiesToForce,
RuleCompletionHandler ruleCompletionHandler,
boolean forceNewProfileOfNewProofs)
Loads the given location and returns all required references as
KeYEnvironment . |
Modifier and Type | Method and Description |
---|---|
static KeYEnvironment<WindowUserInterfaceControl> |
WindowUserInterfaceControl.loadInMainWindow(Profile profile,
java.io.File location,
java.util.List<java.io.File> classPaths,
java.io.File bootClassPath,
java.util.List<java.io.File> includes,
boolean forceNewProfileOfNewProofs,
boolean makeMainWindowVisible)
Loads the given location and returns all required references as
KeYEnvironment
with KeY's MainWindow . |
Modifier and Type | Class and Description |
---|---|
class |
SymbolicExecutionEnvironment<U extends UserInterfaceControl>
Instances of this class are used to collect and access all
relevant information for symbolic execution tree extraction of
Proof s
via an SymbolicExecutionTreeBuilder . |
Modifier and Type | Method and Description |
---|---|
KeYEnvironment<DefaultUserInterfaceControl> |
SideProofStore.Entry.getEnvironment()
Returns the
KeYEnvironment . |
Constructor and Description |
---|
SymbolicExecutionEnvironment(KeYEnvironment<U> environment,
SymbolicExecutionTreeBuilder builder)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static KeYEnvironment<DefaultUserInterfaceControl> |
HelperClassForTests.createKeYEnvironment() |
KeYEnvironment<?> |
ProofUserManager.getEnvironment(Proof proof)
Returns the known environment of the given
Proof . |
Modifier and Type | Method and Description |
---|---|
void |
ProofUserManager.addUser(Proof proof,
KeYEnvironment<?> environment,
java.lang.Object user)
Registers the
Proof with the given user if it is not already
registered. |
Proof[] |
ProofUserManager.getProofs(KeYEnvironment<?> environment)
Returns all known
Proof s of the given KeYEnvironment . |
Copyright © 2003-2019 The KeY-Project.