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 |
---|---|
FieldSpecification |
Recoder2KeYConverter.convert(FieldSpecification recoderVarSpec)
convert a recoder FieldSpecification to a KeY FieldSpecification (checks
dimension and hands it over and insert in hash map)
|
Modifier and Type | Class and Description |
---|---|
class |
ImplicitFieldSpecification |
Modifier and Type | Field and Description |
---|---|
protected ImmutableArray<FieldSpecification> |
FieldDeclaration.fieldSpecs
Field specs.
|
Modifier and Type | Method and Description |
---|---|
ImmutableArray<FieldSpecification> |
FieldDeclaration.getFieldSpecifications() |
Constructor and Description |
---|
FieldDeclaration(Modifier[] mods,
TypeReference typeRef,
FieldSpecification[] vars,
boolean parentIsInterfaceDeclaration)
Field declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnFieldSpecification(FieldSpecification x) |
void |
JavaASTVisitor.performActionOnFieldSpecification(FieldSpecification x) |
void |
DeclarationProgramVariableCollector.performActionOnFieldSpecification(FieldSpecification x) |
Copyright © 2003-2019 The KeY-Project.