public static class PropertyDecl.Impl extends java.lang.Object implements PropertyDecl
PropertyDecl.Impl, PropertyDecl.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(TypeDecl owner,
Attributes attributes,
java.lang.String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes() |
java.lang.String |
getName() |
TypeDecl |
getOwner() |
Type |
getType() |
void |
setAttributes(Attributes attributes) |
void |
setName(java.lang.String name) |
void |
setOwner(TypeDecl owner) |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic Impl()
public Impl(TypeDecl owner, Attributes attributes, java.lang.String name, Type type)
public TypeDecl getOwner()
getOwner in interface PropertyDeclpublic void setOwner(TypeDecl owner)
setOwner in interface PropertyDeclpublic Attributes getAttributes()
getAttributes in interface PropertyDeclpublic void setAttributes(Attributes attributes)
setAttributes in interface PropertyDeclpublic java.lang.String getName()
getName in interface PropertyDeclpublic void setName(java.lang.String name)
setName in interface PropertyDeclpublic Type getType()
getType in interface PropertyDeclpublic void setType(Type type)
setType in interface PropertyDecl