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.


Method Index

 o getAttributes()
Get the (first) Attribute of this container.
 o setAttributes(Attribute)
Set the (list of) Attributes of this container.

Methods

 o getAttributes
 public abstract Attribute getAttributes()
Get the (first) Attribute of this container.

 o setAttributes
 public abstract void setAttributes(Attribute attribute)
Set the (list of) Attributes of this container.


All Packages  Class Hierarchy  This Package  Previous  Next  Index