Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Field and Description |
---|---|
protected PackageSpecification |
CompilationUnit.packageSpec
Package spec.
|
Modifier and Type | Method and Description |
---|---|
PackageSpecification |
Recoder2KeYConverter.convert(PackageSpecification arg) |
PackageSpecification |
CompilationUnit.getPackageSpecification()
Get package specification.
|
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printPackageSpecification(PackageSpecification x) |
Constructor and Description |
---|
CompilationUnit(PackageSpecification packageSpec,
Import[] imports,
TypeDeclaration[] typeDeclarations)
creates a compilation unit
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnPackageSpecification(PackageSpecification x) |
void |
CreatingASTVisitor.performActionOnPackageSpecification(PackageSpecification x) |
void |
JavaASTVisitor.performActionOnPackageSpecification(PackageSpecification x) |
Copyright © 2003-2019 The KeY-Project.