gov.llnl.babel.ast
Interface IAttributable

All Known Implementing Classes:
Argument, AttributedType, Method, Package

public interface IAttributable

Interface for any ASTNode that may contain a list of Attributes


Method Summary
 AttributeList getAttributeList()
           
 void setAttributeList(AttributeList attrib)
           
 

Method Detail

getAttributeList

public AttributeList getAttributeList()

setAttributeList

public void setAttributeList(AttributeList attrib)