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
public static final class Java.ArrayType
- extends Java.Type
Representation of a JavaTM array type (JLS 10.1).
componentType
public final Java.Type componentType
Java.ArrayType
public Java.ArrayType(Java.Type componentType)
setEnclosingScope
public void setEnclosingScope(Java.Scope enclosingScope)
- Description copied from class:
Java.Type
- Sets the enclosing scope for this object and all subordinate
Java.Type
objects.
- Overrides:
setEnclosingScope
in class Java.Type
toString
public String toString()
- Specified by:
toString
in class Java.Atom
accept
public final void accept(Visitor.AtomVisitor visitor)
- Specified by:
accept
in class Java.Atom
accept
public final void accept(Visitor.TypeVisitor visitor)
- Specified by:
accept
in class Java.Type