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.
|
de.uka.ilkd.key.logic.op |
contains the operators of
Term s. |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrinter.printMethodDeclaration(MethodDeclaration x) |
Modifier and Type | Class and Description |
---|---|
class |
ConstructorDeclaration
The getTypeReference method returns null - constructors do not have
explicite return types.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnMethodDeclaration(MethodDeclaration x) |
void |
JavaASTVisitor.performActionOnMethodDeclaration(MethodDeclaration x) |
Modifier and Type | Method and Description |
---|---|
MethodDeclaration |
ProgramMethod.getMethodDeclaration() |
MethodDeclaration |
IProgramMethod.getMethodDeclaration() |
MethodDeclaration |
ProgramSV.getMethodDeclaration() |
Constructor and Description |
---|
ProgramMethod(MethodDeclaration method,
KeYJavaType container,
KeYJavaType kjt,
PositionInfo pi,
Sort heapSort) |
ProgramMethod(MethodDeclaration method,
KeYJavaType container,
KeYJavaType kjt,
PositionInfo pi,
Sort heapSort,
int heapCount) |
Copyright © 2003-2019 The KeY-Project.