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