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 TypeModifierPragmaVec

java.lang.Object
  extended byjavafe.ast.TypeModifierPragmaVec

public class TypeModifierPragmaVec
extends java.lang.Object


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


count

private int count
Constructor Detail

TypeModifierPragmaVec

private TypeModifierPragmaVec(TypeModifierPragma[] els)
* Private constructors: * *


TypeModifierPragmaVec

private TypeModifierPragmaVec(int cnt)
Method Detail

make

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


make

public static TypeModifierPragmaVec make(int count)

make

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

make

public static TypeModifierPragmaVec make(TypeModifierPragma[] els)

popFromStackVector

public static TypeModifierPragmaVec popFromStackVector(StackVector s)

elementAt

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


setElementAt

public final void setElementAt(TypeModifierPragma x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final TypeModifierPragma[] toArray()

copy

public final TypeModifierPragmaVec copy()

contains

public boolean contains(TypeModifierPragma x)

addElement

public final void addElement(TypeModifierPragma x)

removeElement

public final boolean removeElement(TypeModifierPragma x)

removeElementAt

public final void removeElementAt(int i)

pop

public final TypeModifierPragma pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(TypeModifierPragma obj,
                                  int index)

append

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