public interface NamedType extends Type
| Modifier and Type | Interface and Description |
|---|---|
static class |
NamedType.Impl |
static interface |
NamedType.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(NamedType.Visitor<P,R> visitor,
P par) |
java.lang.String |
getName() |
static NamedType |
of(java.lang.String name) |
void |
setName(java.lang.String name) |
static NamedType of(java.lang.String name)
java.lang.String getName()
void setName(java.lang.String name)
<P,R> R accept(NamedType.Visitor<P,R> visitor, P par)