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.speclang.jml | |
de.uka.ilkd.key.symbolic_execution.util |
Modifier and Type | Method and Description |
---|---|
FieldDeclaration |
Recoder2KeYConverter.convert(FieldDeclaration fd)
convert a recoder FieldDeclaration to a KeY FieldDeclaration (especially
the declaration type of its parent is determined and handed over)
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableList<Field> |
CreateArrayMethodBuilder.filterField(FieldDeclaration field)
extracts all fields out of fielddeclaration
|
void |
PrettyPrinter.printFieldDeclaration(FieldDeclaration x) |
Modifier and Type | Method and Description |
---|---|
FieldDeclaration |
ArrayDeclaration.length() |
FieldDeclaration |
SuperArrayDeclaration.length() |
Constructor and Description |
---|
SuperArrayDeclaration(FieldDeclaration length) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnFieldDeclaration(FieldDeclaration x) |
void |
JavaASTVisitor.performActionOnFieldDeclaration(FieldDeclaration x) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JMLInfoExtractor.hasJMLModifier(FieldDeclaration fd,
java.lang.String mod) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<IProgramVariable> |
SymbolicExecutionUtil.getProgramVariables(FieldDeclaration fd)
Collects all
IProgramVariable s of the given FieldDeclaration . |
Copyright © 2003-2019 The KeY-Project.