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

public Attributes getAttributes()

setAttributes

public void setAttributes(Attributes attributes)