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 |
---|---|
Extends |
Recoder2KeYConverter.convert(Extends arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printExtends(Extends x) |
Modifier and Type | Field and Description |
---|---|
protected Extends |
InterfaceDeclaration.extending |
protected Extends |
ClassDeclaration.extending |
Modifier and Type | Method and Description |
---|---|
Extends |
InterfaceDeclaration.getExtendedTypes()
Get extended types.
|
Extends |
ClassDeclaration.getExtendedTypes()
Get extended types.
|
Constructor and Description |
---|
ClassDeclaration(Modifier[] mods,
ProgramElementName name,
Extends extended,
ProgramElementName fullName,
Implements implemented,
MemberDeclaration[] members,
boolean parentIsInterfaceDeclaration,
boolean isLibrary)
Class declaration.
|
InterfaceDeclaration(Modifier[] modifiers,
ProgramElementName name,
Extends extended,
MemberDeclaration[] members,
boolean isLibrary)
Construct a new outer or member interface class.
|
InterfaceDeclaration(Modifier[] modifiers,
ProgramElementName name,
ProgramElementName fullName,
Extends extended,
MemberDeclaration[] members,
boolean isLibrary)
Construct a new outer or member interface class.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnExtends(Extends x) |
void |
JavaASTVisitor.performActionOnExtends(Extends x) |
Copyright © 2003-2019 The KeY-Project.