All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default <P,R> R |
accept(AttributeDecl.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Decl.Visitor<P,R> visitor,
P par) |
default <P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
java.lang.String |
getName() |
ClassDecl |
getOwner() |
Type |
getType() |
static AttributeDecl |
of(ClassDecl owner,
java.lang.String name,
Type type) |
void |
setName(java.lang.String name) |
void |
setOwner(ClassDecl owner) |
void |
setType(Type type) |