|
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.TypeDeclVec
Field Summary | |
private int |
count
|
private TypeDecl[] |
elements
* Instance fields: * * |
Constructor Summary | |
private |
TypeDeclVec(int cnt)
|
private |
TypeDeclVec(TypeDecl[] els)
* Private constructors: * * |
Method Summary | |
void |
addElement(TypeDecl x)
|
void |
append(TypeDeclVec vec)
|
boolean |
contains(TypeDecl x)
|
TypeDeclVec |
copy()
|
TypeDecl |
elementAt(int index)
* Other methods: * * |
void |
insertElementAt(TypeDecl obj,
int index)
|
static TypeDeclVec |
make()
* Public maker methods: * * |
static TypeDeclVec |
make(int count)
|
static TypeDeclVec |
make(TypeDecl[] els)
|
static TypeDeclVec |
make(java.util.Vector vec)
|
TypeDecl |
pop()
|
static TypeDeclVec |
popFromStackVector(StackVector s)
|
void |
removeAllElements()
|
boolean |
removeElement(TypeDecl x)
|
void |
removeElementAt(int i)
|
void |
setElementAt(TypeDecl x,
int index)
|
int |
size()
|
TypeDecl[] |
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 TypeDecl[] elements
private int count
Constructor Detail |
private TypeDeclVec(TypeDecl[] els)
private TypeDeclVec(int cnt)
Method Detail |
public static TypeDeclVec make()
public static TypeDeclVec make(int count)
public static TypeDeclVec make(java.util.Vector vec)
public static TypeDeclVec make(TypeDecl[] els)
public static TypeDeclVec popFromStackVector(StackVector s)
public final TypeDecl elementAt(int index)
public final void setElementAt(TypeDecl x, int index)
public final int size()
public final java.lang.String toString()
public final TypeDecl[] toArray()
public final TypeDeclVec copy()
public boolean contains(TypeDecl x)
public final void addElement(TypeDecl x)
public final boolean removeElement(TypeDecl x)
public final void removeElementAt(int i)
public final TypeDecl pop()
public final void removeAllElements()
public final void insertElementAt(TypeDecl obj, int index)
public final void append(TypeDeclVec 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 |