Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.declaration |
Elements of the Java syntax tree representing declarations.
|
de.uka.ilkd.key.java.expression.operator |
Elements of the Java syntax tree representing operators and operator-like
expressions.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Method and Description |
---|---|
ClassDeclaration |
Recoder2KeYConverter.convert(ClassDeclaration td)
convert a recoder ClassDeclaration to a KeY ClassDeclaration
|
Modifier and Type | Method and Description |
---|---|
ImmutableList<Field> |
JavaInfo.getImplicitFields(ClassDeclaration cl)
retrieves all implicit attributes locally declared in the given class
The returned list is in source code order.
|
void |
PrettyPrinter.printClassDeclaration(ClassDeclaration x) |
JavaBlock |
KeYProgModelInfo.readBlock(java.lang.String block,
ClassDeclaration cd,
NamespaceSet nss)
Parses a given JavaBlock using cd as context to determine the right
references.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumClassDeclaration
This class is used for wrapping an enum into a standard class type.
|
Modifier and Type | Field and Description |
---|---|
protected ClassDeclaration |
New.anonymousClass |
Modifier and Type | Method and Description |
---|---|
ClassDeclaration |
New.getClassDeclaration() |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnClassDeclaration(ClassDeclaration x) |
void |
JavaASTVisitor.performActionOnClassDeclaration(ClassDeclaration x) |
Copyright © 2003-2019 The KeY-Project.