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 CondExprModifierPragmaVec

java.lang.Object
  extended byescjava.ast.CondExprModifierPragmaVec

public class CondExprModifierPragmaVec
extends java.lang.Object


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

elements

private CondExprModifierPragma[] elements
* Instance fields: * *


count

private int count
Constructor Detail

CondExprModifierPragmaVec

private CondExprModifierPragmaVec(CondExprModifierPragma[] els)
* Private constructors: * *


CondExprModifierPragmaVec

private CondExprModifierPragmaVec(int cnt)
Method Detail

make

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


make

public static CondExprModifierPragmaVec make(int count)

make

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

make

public static CondExprModifierPragmaVec make(CondExprModifierPragma[] els)

popFromStackVector

public static CondExprModifierPragmaVec popFromStackVector(StackVector s)

elementAt

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


setElementAt

public final void setElementAt(CondExprModifierPragma x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final CondExprModifierPragma[] toArray()

copy

public final CondExprModifierPragmaVec copy()

contains

public boolean contains(CondExprModifierPragma x)

addElement

public final void addElement(CondExprModifierPragma x)

removeElement

public final boolean removeElement(CondExprModifierPragma x)

removeElementAt

public final void removeElementAt(int i)

pop

public final CondExprModifierPragma pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(CondExprModifierPragma obj,
                                  int index)

append

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

The ESC/Java2 Project Homepage