public interface AttributeDecl extends Decl
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeDecl.Impl |
static interface |
AttributeDecl.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(AttributeDecl.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) |
static AttributeDecl of(ClassDecl owner, java.lang.String name, Type type)
ClassDecl getOwner()
void setOwner(ClassDecl owner)
<P,R> R accept(AttributeDecl.Visitor<P,R> visitor, P par)