org.codehaus.janino
public static final class Java.ArrayType extends Java.Type
| Field Summary | |
|---|---|
| Java.Type | componentType |
| Constructor Summary | |
|---|---|
| ArrayType(Java.Type componentType) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.AtomVisitor visitor) |
| void | accept(Visitor.TypeVisitor visitor) |
| void | setEnclosingScope(Java.Scope enclosingScope) |
| String | toString() |