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

javafe.ast
Class LexicalPragmaVec

java.lang.Object
  extended byjavafe.ast.LexicalPragmaVec

public class LexicalPragmaVec
extends java.lang.Object


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

elements

private LexicalPragma[] elements
* Instance fields: * *


count

private int count
Constructor Detail

LexicalPragmaVec

private LexicalPragmaVec(LexicalPragma[] els)
* Private constructors: * *


LexicalPragmaVec

private LexicalPragmaVec(int cnt)
Method Detail

make

public static LexicalPragmaVec make()
* Public maker methods: * *


make

public static LexicalPragmaVec make(int count)

make

public static LexicalPragmaVec make(java.util.Vector vec)

make

public static LexicalPragmaVec make(LexicalPragma[] els)

popFromStackVector

public static LexicalPragmaVec popFromStackVector(StackVector s)

elementAt

public final LexicalPragma elementAt(int index)
* Other methods: * *


setElementAt

public final void setElementAt(LexicalPragma x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final LexicalPragma[] toArray()

copy

public final LexicalPragmaVec copy()

contains

public boolean contains(LexicalPragma x)

addElement

public final void addElement(LexicalPragma x)

removeElement

public final boolean removeElement(LexicalPragma x)

removeElementAt

public final void removeElementAt(int i)

pop

public final LexicalPragma pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(LexicalPragma obj,
                                  int index)

append

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

The ESC/Java2 Project Homepage