Package gnu.bytecode
Interface AttrContainer
- All Known Implementing Classes:
ClassType
,CodeAttr
,Field
,Method
,PairClassType
public interface AttrContainer
An interface for objects that (may) contain Attribute objects.
-
Method Summary
Modifier and TypeMethodDescriptionGet the (first) Attribute of this container.void
setAttributes
(Attribute attribute) Set the (list of) Attributes of this container.
-
Method Details
-
getAttributes
Attribute getAttributes()Get the (first) Attribute of this container. -
setAttributes
Set the (list of) Attributes of this container. -
getConstants
ConstantPool getConstants()
-