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