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 and Description |
---|---|
Java.ArrayType |
Java.NewInitializedArray.arrayType
The array type to be instantiated.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.TypeVisitor.visitArrayType(Java.ArrayType at)
Invoked by
accept(Visitor.TypeVisitor) |
void |
Visitor.TypeArgumentVisitor.visitArrayType(Java.ArrayType arrayType)
Invoked by
accept(Visitor.TypeArgumentVisitor) |
void |
UnparseVisitor.visitArrayType(Java.ArrayType at) |
Constructor and Description |
---|
NewInitializedArray(Location location,
Java.ArrayType arrayType,
Java.ArrayInitializer arrayInitializer) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseArrayType(Java.ArrayType at) |
Copyright © 2001–2016. All rights reserved.