Package | Description |
---|---|
de.uka.ilkd.key.control | |
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 |
---|---|
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 . |
Constructor and Description |
---|
DefaultProofControl(UserInterfaceControl ui,
DefaultUserInterfaceControl defaultProverTaskListener)
Constructor.
|
DefaultProofControl(UserInterfaceControl ui,
DefaultUserInterfaceControl defaultProverTaskListener,
RuleCompletionHandler ruleCompletionHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
KeYEnvironment<DefaultUserInterfaceControl> |
SideProofStore.Entry.getEnvironment()
Returns the
KeYEnvironment . |
Modifier and Type | Method and Description |
---|---|
static KeYEnvironment<DefaultUserInterfaceControl> |
HelperClassForTests.createKeYEnvironment() |
Copyright © 2003-2019 The KeY-Project.