org.objectweb.fractal.adl.attributes
Interface AttributesContainer


public interface AttributesContainer

An AST node interface for nodes that can contain attributes.


Method Summary
 Attributes getAttributes()
           
 void setAttributes(Attributes attributes)
           
 

Method Detail

getAttributes

Attributes getAttributes()

setAttributes

void setAttributes(Attributes attributes)