Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field | Description |
---|---|---|
Java.ArrayType |
Java.NewInitializedArray.arrayType |
The array type to be instantiated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
UnparseVisitor.visitArrayType(Java.ArrayType at) |
|
void |
Visitor.TypeArgumentVisitor.visitArrayType(Java.ArrayType arrayType) |
Invoked by
accept(Visitor.TypeArgumentVisitor) |
void |
Visitor.TypeVisitor.visitArrayType(Java.ArrayType at) |
Invoked by
accept(Visitor.TypeVisitor) |
Constructor | Description |
---|---|
NewInitializedArray(Location location,
Java.ArrayType arrayType,
Java.ArrayInitializer arrayInitializer) |
Modifier and Type | Method | Description |
---|---|---|
void |
Traverser.traverseArrayType(Java.ArrayType at) |
Copyright © 2001–2019. All rights reserved.