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

escjava.ast
Class ExprModifierPragmaVec

java.lang.Object
  extended byescjava.ast.ExprModifierPragmaVec

public class ExprModifierPragmaVec
extends java.lang.Object


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


count

private int count
Constructor Detail

ExprModifierPragmaVec

private ExprModifierPragmaVec(ExprModifierPragma[] els)
* Private constructors: * *


ExprModifierPragmaVec

private ExprModifierPragmaVec(int cnt)
Method Detail

make

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


make

public static ExprModifierPragmaVec make(int count)

make

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

make

public static ExprModifierPragmaVec make(ExprModifierPragma[] els)

popFromStackVector

public static ExprModifierPragmaVec popFromStackVector(StackVector s)

elementAt

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


setElementAt

public final void setElementAt(ExprModifierPragma x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final ExprModifierPragma[] toArray()

copy

public final ExprModifierPragmaVec copy()

contains

public boolean contains(ExprModifierPragma x)

addElement

public final void addElement(ExprModifierPragma x)

removeElement

public final boolean removeElement(ExprModifierPragma x)

removeElementAt

public final void removeElementAt(int i)

pop

public final ExprModifierPragma pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(ExprModifierPragma obj,
                                  int index)

append

public final void append(ExprModifierPragmaVec 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