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, setVersion
getTypeName
accept, getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntry
protected AttributeList d_attribList
public AttributedType(ParseTreeNode src, ASTNode parent, Name name)
public AttributeList getAttributeList()
getAttributeList
in interface IAttributable
public void setAttributeList(AttributeList attribs)
setAttributeList
in interface IAttributable