Uses of Class
org.codehaus.janino.Java.ArrayType
Packages that use Java.ArrayType
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.ArrayType in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.ArrayTypeModifier and TypeFieldDescriptionfinal Java.ArrayType
Java.NewInitializedArray.arrayType
The array type to be instantiated.final Java.ArrayType
Java.ArrayCreationReference.type
The array type that this expression instantiates.Methods in org.codehaus.janino with parameters of type Java.ArrayTypeModifier and TypeMethodDescriptionprivate IClass
UnitCompiler.getType2
(Java.ArrayType at) Visitor.TypeArgumentVisitor.visitArrayType
(Java.ArrayType arrayType) Invoked byaccept(Visitor.TypeArgumentVisitor)
Visitor.TypeVisitor.visitArrayType
(Java.ArrayType at) Invoked byaccept(Visitor.TypeVisitor)
Constructors in org.codehaus.janino with parameters of type Java.ArrayTypeModifierConstructorDescriptionArrayCreationReference
(Location location, Java.ArrayType type) NewInitializedArray
(Location location, Java.ArrayType arrayType, Java.ArrayInitializer arrayInitializer) -
Uses of Java.ArrayType in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return Java.ArrayTypeModifier and TypeMethodDescriptionDeepCopier.copyArrayType
(Java.ArrayType subject) DeepCopier.copyOptionalArrayType
(Java.ArrayType subject) Methods in org.codehaus.janino.util with parameters of type Java.ArrayTypeModifier and TypeMethodDescriptionDeepCopier.copyArrayType
(Java.ArrayType subject) DeepCopier.copyOptionalArrayType
(Java.ArrayType subject) void
AbstractTraverser.traverseArrayType
(Java.ArrayType at) void
Traverser.traverseArrayType
(Java.ArrayType at)