public interface AttributeContainer
Modifier and Type | Method and Description |
---|---|
void |
addAll(java.lang.Iterable<Attribute> atts)
Add all; replace old if has same name
|
Attribute |
addAttribute(Attribute att)
Add new or replace old if has same name
|
java.util.List<Attribute> |
getAttributes()
Returns the set of attributes for this variable.
|