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