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