Property.Impl, Property.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.lang.String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
<P,R> R |
accept(Property.Visitor<P,R> visitor,
P par) |
java.lang.String |
getName() |
Type |
getType() |
void |
setName(java.lang.String name) |
void |
setType(Type type) |
public Impl()
public Impl(java.lang.String name,
Type type)
public <P,R> R accept(Property.Visitor<P,R> visitor, P par)
public <P,R> R accept(Node.Visitor<P,R> visitor, P par)