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