public class AttributeVector
extends java.lang.Object
Constructor and Description |
---|
AttributeVector()
Construct an empty AttributeVector
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(ClassAttribute attr)
Add an element to the vector
|
java.util.Enumeration |
elements() |
ClassAttribute |
findAttribute(java.lang.String attrName)
Look for an attribute of a specific name
|
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality.
|
public void addElement(ClassAttribute attr)
public java.util.Enumeration elements()
public ClassAttribute findAttribute(java.lang.String attrName)
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.