public abstract class AttributedType extends NamedType implements IAttributable
| Modifier and Type | Field and Description |
|---|---|
protected AttributeList |
d_attribList |
ILLEGAL_NODEID| Constructor and Description |
|---|
AttributedType(ParseTreeNode src,
ASTNode parent,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
getAttributeList() |
void |
setAttributeList(AttributeList attribs) |
getDocComment, getFQN, getName, getUserSelected, getVersion, hasDocComment, setDocComment, setName, setUserSelected, setVersiongetTypeNameaccept, getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntryprotected AttributeList d_attribList
public AttributedType(ParseTreeNode src, ASTNode parent, Name name)
public AttributeList getAttributeList()
getAttributeList in interface IAttributablepublic void setAttributeList(AttributeList attribs)
setAttributeList in interface IAttributable