Package org.codehaus.janino
Class Java.ArrayType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.ArrayType
- All Implemented Interfaces:
Java.Locatable
- Enclosing class:
Java
Representation of a Java™ array type (JLS 10.1).
-
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Visitor.AtomVisitor visitor) void
accept
(Visitor.TypeVisitor visitor) void
setEnclosingScope
(Java.Scope enclosingScope) Sets the enclosing scope for this object and all subordinateJava.Type
objects.toString()
Methods inherited from class org.codehaus.janino.Java.Type
getEnclosingScope, toType
Methods inherited from class org.codehaus.janino.Java.Atom
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileException
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Field Details
-
componentType
-
-
Constructor Details
-
ArrayType
-
-
Method Details
-
setEnclosingScope
Description copied from class:Java.Type
Sets the enclosing scope for this object and all subordinateJava.Type
objects.- Overrides:
setEnclosingScope
in classJava.Type
-
toString
-
accept
-
accept
-