Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
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.mgt |
This package contains classes for proof environments and proof management.
|
Modifier and Type | Method and Description |
---|---|
JavaModel |
Services.getJavaModel()
returns the
JavaModel with all path information |
Modifier and Type | Method and Description |
---|---|
void |
Services.setJavaModel(JavaModel javaModel) |
Modifier and Type | Field and Description |
---|---|
static JavaModel |
JavaModel.NO_MODEL |
Modifier and Type | Method and Description |
---|---|
static JavaModel |
JavaModel.createJavaModel(java.lang.String javaPath,
java.util.List<java.io.File> classPath,
java.io.File bootClassPath,
Includes includes,
java.io.File initialFile) |
Modifier and Type | Method and Description |
---|---|
JavaModel |
ProofEnvironment.getJavaModel()
retrieves the java model underlying this environment.
|
Copyright © 2003-2019 The KeY-Project.