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