Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Method and Description |
---|---|
static ArrayReference |
KeYJavaASTFactory.arrayFieldAccess(ReferencePrefix array,
Expression index)
Create an array field access with a single index.
|
ArrayReference |
Recoder2KeYConverter.convert(ArrayReference ar)
converts an ArrayReference.
|
Modifier and Type | Method and Description |
---|---|
Term |
TypeConverter.convertArrayReference(ArrayReference ar,
ExecutionContext ec) |
void |
PrettyPrinter.printArrayReference(ArrayReference x) |
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnArrayReference(ArrayReference x) |
void |
CreatingASTVisitor.performActionOnArrayReference(ArrayReference x) |
void |
JavaASTVisitor.performActionOnArrayReference(ArrayReference x) |
Copyright © 2003-2019 The KeY-Project.