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.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Method and Description |
---|---|
Implements |
Recoder2KeYConverter.convert(Implements arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printImplements(Implements x) |
Modifier and Type | Field and Description |
---|---|
protected Implements |
ClassDeclaration.implementing |
Modifier and Type | Method and Description |
---|---|
Implements |
ClassDeclaration.getImplementedTypes()
Get implemented types.
|
Constructor and Description |
---|
ClassDeclaration(Modifier[] mods,
ProgramElementName name,
Extends extended,
ProgramElementName fullName,
Implements implemented,
MemberDeclaration[] members,
boolean parentIsInterfaceDeclaration,
boolean isLibrary)
Class declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnImplements(Implements x) |
void |
JavaASTVisitor.performActionOnImplements(Implements x) |
Copyright © 2003-2019 The KeY-Project.