gov.llnl.babel.ast
Interface IAttributable

All 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 Detail

getAttributeList

AttributeList getAttributeList()

setAttributeList

void setAttributeList(AttributeList attrib)