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