public static final class Java.ArrayType extends Java.Type
| Modifier and Type | Field and Description |
|---|---|
Java.Type |
componentType |
NOWHERE| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.AtomVisitor visitor) |
void |
accept(Visitor.TypeVisitor visitor) |
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this object and all subordinate
Java.Type objects. |
java.lang.String |
toString() |
getEnclosingScope, toTypetoLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptiongetLocation, throwCompileExceptionpublic final Java.Type componentType
public ArrayType(Java.Type componentType)
public void setEnclosingScope(Java.Scope enclosingScope)
Java.TypeJava.Type objects.setEnclosingScope in class Java.Typepublic void accept(Visitor.AtomVisitor visitor)
public void accept(Visitor.TypeVisitor visitor)