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