All Packages Class Hierarchy This Package Previous Next Index
Interface gnu.bytecode.AttrContainer
- public interface AttrContainer
An interface for objects that (may) contain Attribute objects.
-
getAttributes()
- Get the (first) Attribute of this container.
-
setAttributes(Attribute)
- Set the (list of) Attributes of this container.
getAttributes
public abstract Attribute getAttributes()
- Get the (first) Attribute of this container.
setAttributes
public abstract void setAttributes(Attribute attribute)
- Set the (list of) Attributes of this container.
All Packages Class Hierarchy This Package Previous Next Index