Java.Locatable, Java.TypeArgumentpublic static final class Java.ArrayType extends Java.Type implements Java.TypeArgument
| Modifier and Type | Field | Description |
|---|---|---|
Java.Type |
componentType |
The (declared) type of the array's components.
|
NOWHERE| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor.AtomVisitor visitor) |
|
void |
accept(Visitor.TypeArgumentVisitor visitor) |
Invokes the '
visit...()' method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type. |
void |
accept(Visitor.TypeVisitor visitor) |
|
void |
setEnclosingScope(Java.Scope enclosingScope) |
Sets the enclosing scope for this object and all subordinate
Java.Type objects. |
String |
toString() |
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toTypeOrCompileExceptiongetLocation, throwCompileExceptiongetEnclosingScope, toTypepublic 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)
Java.Atompublic void accept(Visitor.TypeVisitor visitor)
Java.Typepublic void accept(Visitor.TypeArgumentVisitor visitor)
Java.TypeArgumentvisit...()' method of Visitor.TypeArgumentVisitor for the concrete Java.TypeArgument type.accept in interface Java.TypeArgumentCopyright © 2001–2019. All rights reserved.