Package | Description |
---|---|
de.uka.ilkd.key.java |
This package contains classes that cover the Java programming language.
|
de.uka.ilkd.key.java.expression.operator |
Elements of the Java syntax tree representing operators and operator-like
expressions.
|
de.uka.ilkd.key.java.visitor |
contains classes representing visitors traversing the tree
structure of Java programs.
|
Modifier and Type | Method and Description |
---|---|
static ArrayInitializer |
KeYJavaASTFactory.arrayInitializer(Expression[] expressions,
KeYJavaType type)
Create an array initializer.
|
ArrayInitializer |
Recoder2KeYConverter.convert(ArrayInitializer arg) |
Modifier and Type | Method and Description |
---|---|
static NewArray |
KeYJavaASTFactory.newArray(TypeReference typeRef,
int dimensions,
ArrayInitializer initializer,
KeYJavaType keyJavaType)
Create an array instantiation.
|
static NewArray |
KeYJavaASTFactory.newArray(TypeReference typeRef,
int dimensions,
Expression[] sizes,
ArrayInitializer initializer,
KeYJavaType keyJavaType)
Create an array instantiation.
|
void |
PrettyPrinter.printArrayInitializer(ArrayInitializer x) |
Modifier and Type | Field and Description |
---|---|
protected ArrayInitializer |
NewArray.arrayInitializer
Array initializer.
|
Modifier and Type | Method and Description |
---|---|
ArrayInitializer |
NewArray.getArrayInitializer()
Get array initializer.
|
Constructor and Description |
---|
NewArray(Expression[] arguments,
TypeReference typeRef,
KeYJavaType keyJavaType,
ArrayInitializer init,
int dimensions)
New array.
|
NewArray(ExtList children,
KeYJavaType keyJavaType,
ArrayInitializer init,
int dimensions)
New array.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.performActionOnArrayInitializer(ArrayInitializer x) |
void |
CreatingASTVisitor.performActionOnArrayInitializer(ArrayInitializer x) |
void |
JavaASTVisitor.performActionOnArrayInitializer(ArrayInitializer x) |
Copyright © 2003-2019 The KeY-Project.