gnu.bytecode

Interface AttrContainer

public interface AttrContainer

An interface for objects that (may) contain Attribute objects.
Method Summary
AttributegetAttributes()
Get the (first) Attribute of this container.
voidsetAttributes(Attribute attribute)
Set the (list of) Attributes of this container.

Method Detail

getAttributes

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

setAttributes

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