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 ImportDeclVec

java.lang.Object
  extended byjavafe.ast.ImportDeclVec

public class ImportDeclVec
extends java.lang.Object


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


count

private int count
Constructor Detail

ImportDeclVec

private ImportDeclVec(ImportDecl[] els)
* Private constructors: * *


ImportDeclVec

private ImportDeclVec(int cnt)
Method Detail

make

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


make

public static ImportDeclVec make(int count)

make

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

make

public static ImportDeclVec make(ImportDecl[] els)

popFromStackVector

public static ImportDeclVec popFromStackVector(StackVector s)

elementAt

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


setElementAt

public final void setElementAt(ImportDecl x,
                               int index)

size

public final int size()

toString

public final java.lang.String toString()

toArray

public final ImportDecl[] toArray()

copy

public final ImportDeclVec copy()

contains

public boolean contains(ImportDecl x)

addElement

public final void addElement(ImportDecl x)

removeElement

public final boolean removeElement(ImportDecl x)

removeElementAt

public final void removeElementAt(int i)

pop

public final ImportDecl pop()

removeAllElements

public final void removeAllElements()

insertElementAt

public final void insertElementAt(ImportDecl obj,
                                  int index)

append

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