ListType.Impl, ListType.Visitor<P,R>| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(ListType.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Type.Visitor<P,R> visitor,
P par) |
Type |
getElementType() |
void |
setElementType(Type elementType) |
public Impl()
public Impl(Type elementType)
public Type getElementType()
getElementType in interface ListTypepublic void setElementType(Type elementType)
setElementType in interface ListTypepublic <P,R> R accept(ListType.Visitor<P,R> visitor, P par)
public <P,R> R accept(Type.Visitor<P,R> visitor, P par)
public <P,R> R accept(Node.Visitor<P,R> visitor, P par)