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 TypeMethodDescriptionvoidaccept(Visitor.AtomVisitor visitor) voidaccept(Visitor.TypeVisitor visitor) voidsetEnclosingScope(Java.Scope enclosingScope) Sets the enclosing scope for this object and all subordinateJava.Typeobjects.toString()Methods inherited from class org.codehaus.janino.Java.Type
getEnclosingScope, toTypeMethods inherited from class org.codehaus.janino.Java.Atom
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptionMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Field Details
-
componentType
-
-
Constructor Details
-
ArrayType
-
-
Method Details
-
setEnclosingScope
Description copied from class:Java.TypeSets the enclosing scope for this object and all subordinateJava.Typeobjects.- Overrides:
setEnclosingScopein classJava.Type
-
toString
-
accept
-
accept
-