org.objectweb.fractal.adl.attributes
Interface Attributes


public interface Attributes

An AST node interface to define a set of attributes.


Method Summary
 void addAttribute(Attribute attr)
           
 Attribute[] getAttributes()
           
 String getSignature()
           
 void removeAttribute(Attribute attr)
           
 void setSignature(String signature)
           
 

Method Detail

getSignature

String getSignature()

setSignature

void setSignature(String signature)

getAttributes

Attribute[] getAttributes()

addAttribute

void addAttribute(Attribute attr)

removeAttribute

void removeAttribute(Attribute attr)