public interface ArrayType extends Type
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArrayType.Impl |
static interface |
ArrayType.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
default <P,R> R |
accept(ArrayType.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Type.Visitor<P,R> visitor,
P par) |
Type |
getElementType() |
static ArrayType |
of(Type elementType) |
void |
setElementType(Type elementType) |
Type getElementType()
void setElementType(Type elementType)
default <P,R> R accept(ArrayType.Visitor<P,R> visitor, P par)
default <P,R> R accept(Type.Visitor<P,R> visitor, P par)
default <P,R> R accept(Node.Visitor<P,R> visitor, P par)