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