|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.enhancer.classfile.AttributeVector
public class 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 | |
|---|---|
AttributeVector()
Construct an empty AttributeVector |
|
| Method Summary | |
|---|---|
void |
addElement(ClassAttribute attr)
Add an element to the vector |
Enumeration |
elements()
|
ClassAttribute |
findAttribute(String attrName)
Look for an attribute of a specific name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeVector()
| Method Detail |
|---|
public void addElement(ClassAttribute attr)
public Enumeration elements()
public ClassAttribute findAttribute(String attrName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||