|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafe.ast.TypeDeclElemVec
Field Summary | |
private int |
count
|
private TypeDeclElem[] |
elements
* Instance fields: * * |
Constructor Summary | |
private |
TypeDeclElemVec(int cnt)
|
private |
TypeDeclElemVec(TypeDeclElem[] els)
* Private constructors: * * |
Method Summary | |
void |
addElement(TypeDeclElem x)
|
void |
append(TypeDeclElemVec vec)
|
boolean |
contains(TypeDeclElem x)
|
TypeDeclElemVec |
copy()
|
TypeDeclElem |
elementAt(int index)
* Other methods: * * |
void |
insertElementAt(TypeDeclElem obj,
int index)
|
static TypeDeclElemVec |
make()
* Public maker methods: * * |
static TypeDeclElemVec |
make(int count)
|
static TypeDeclElemVec |
make(TypeDeclElem[] els)
|
static TypeDeclElemVec |
make(java.util.Vector vec)
|
TypeDeclElem |
pop()
|
static TypeDeclElemVec |
popFromStackVector(StackVector s)
|
void |
removeAllElements()
|
boolean |
removeElement(TypeDeclElem x)
|
void |
removeElementAt(int i)
|
void |
setElementAt(TypeDeclElem x,
int index)
|
int |
size()
|
TypeDeclElem[] |
toArray()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private TypeDeclElem[] elements
private int count
Constructor Detail |
private TypeDeclElemVec(TypeDeclElem[] els)
private TypeDeclElemVec(int cnt)
Method Detail |
public static TypeDeclElemVec make()
public static TypeDeclElemVec make(int count)
public static TypeDeclElemVec make(java.util.Vector vec)
public static TypeDeclElemVec make(TypeDeclElem[] els)
public static TypeDeclElemVec popFromStackVector(StackVector s)
public final TypeDeclElem elementAt(int index)
public final void setElementAt(TypeDeclElem x, int index)
public final int size()
public final java.lang.String toString()
public final TypeDeclElem[] toArray()
public final TypeDeclElemVec copy()
public boolean contains(TypeDeclElem x)
public final void addElement(TypeDeclElem x)
public final boolean removeElement(TypeDeclElem x)
public final void removeElementAt(int i)
public final TypeDeclElem pop()
public final void removeAllElements()
public final void insertElementAt(TypeDeclElem obj, int index)
public final void append(TypeDeclElemVec vec)
|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |