Class AttributeVector
java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.AttributeVector
A list of attributes within a class file.
These lists occur in several places within a class file
- at class level
- at method level
- at field level
- at attribute level
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(ClassAttribute attr) Add an element to the vectorelements()findAttribute(String attrName) Look for an attribute of a specific name
-
Constructor Details
-
AttributeVector
public AttributeVector()Construct an empty AttributeVector
-
-
Method Details
-
addElement
Add an element to the vector -
elements
-
findAttribute
Look for an attribute of a specific name
-