gov.llnl.babel.ast

Interface IAttributable

Known Implementing Classes:
Argument, AttributedType, ClassType, Enumeration, Extendable, InterfaceType, Method, Package, StructType

public interface IAttributable

Interface for any ASTNode that may contain a list of Attributes

Method Summary

AttributeList
getAttributeList()
void
setAttributeList(AttributeList attrib)

Method Details

getAttributeList

public AttributeList getAttributeList()

setAttributeList

public void setAttributeList(AttributeList attrib)