|
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportDeclVec | |
javafe.ast |
Uses of ImportDeclVec in javafe.ast |
Fields in javafe.ast declared as ImportDeclVec | |
ImportDeclVec |
CompilationUnit.imports
|
Methods in javafe.ast that return ImportDeclVec | |
static ImportDeclVec |
ImportDeclVec.make()
* Public maker methods: * * |
static ImportDeclVec |
ImportDeclVec.make(int count)
|
static ImportDeclVec |
ImportDeclVec.make(java.util.Vector vec)
|
static ImportDeclVec |
ImportDeclVec.make(ImportDecl[] els)
|
static ImportDeclVec |
ImportDeclVec.popFromStackVector(StackVector s)
|
ImportDeclVec |
ImportDeclVec.copy()
|
Methods in javafe.ast with parameters of type ImportDeclVec | |
void |
ImportDeclVec.append(ImportDeclVec vec)
|
static CompilationUnit |
CompilationUnit.make(Name pkgName,
LexicalPragmaVec lexicalPragmas,
ImportDeclVec imports,
TypeDeclVec elems,
int loc,
TypeDeclElemVec otherPragmas)
|
|
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |