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