public static class AttributeDecl.Impl extends java.lang.Object implements AttributeDecl
AttributeDecl.Impl, AttributeDecl.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(ClassDecl owner,
java.lang.String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
ClassDecl |
getOwner() |
Type |
getType() |
void |
setName(java.lang.String name) |
void |
setOwner(ClassDecl owner) |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic ClassDecl getOwner()
getOwner in interface AttributeDeclpublic void setOwner(ClassDecl owner)
setOwner in interface AttributeDeclpublic java.lang.String getName()
getName in interface AttributeDeclgetName in interface Declpublic void setName(java.lang.String name)
setName in interface AttributeDeclsetName in interface Declpublic Type getType()
getType in interface AttributeDeclgetType in interface Declpublic void setType(Type type)
setType in interface AttributeDeclsetType in interface Decl