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