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 FieldDeclVec

java.lang.Object
  extended byjavafe.ast.FieldDeclVec

public class FieldDeclVec
extends java.lang.Object


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


count

private int count
Constructor Detail

FieldDeclVec

private FieldDeclVec(FieldDecl[] els)
* Private constructors: * *


FieldDeclVec

private FieldDeclVec(int cnt)
Method Detail

make

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


make

public static FieldDeclVec make(int count)

make

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

make

public static FieldDeclVec make(FieldDecl[] els)

popFromStackVector

public static FieldDeclVec popFromStackVector(StackVector s)

elementAt

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


setElementAt

public final void setElementAt(FieldDecl x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final FieldDecl[] toArray()

copy

public final FieldDeclVec copy()

contains

public boolean contains(FieldDecl x)

addElement

public final void addElement(FieldDecl x)

removeElement

public final boolean removeElement(FieldDecl x)

removeElementAt

public final void removeElementAt(int i)

pop

public final FieldDecl pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(FieldDecl obj,
                                  int index)

append

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