|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 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 ImportDecl | |
| escjava.ast | |
| javafe.ast | |
| javafe.parser | |
| Uses of ImportDecl in escjava.ast |
| Fields in escjava.ast declared as ImportDecl | |
ImportDecl |
ImportPragma.decl
|
| Methods in escjava.ast with parameters of type ImportDecl | |
static ImportPragma |
ImportPragma.make(ImportDecl decl,
int loc)
|
| Constructors in escjava.ast with parameters of type ImportDecl | |
ImportPragma(ImportDecl decl,
int loc)
|
|
| Uses of ImportDecl in javafe.ast |
| Subclasses of ImportDecl in javafe.ast | |
class |
OnDemandImportDecl
|
class |
SingleTypeImportDecl
|
| Fields in javafe.ast declared as ImportDecl | |
private ImportDecl[] |
ImportDeclVec.elements
* Instance fields: * * |
| Methods in javafe.ast that return ImportDecl | |
ImportDecl |
ImportDeclVec.elementAt(int index)
* Other methods: * * |
ImportDecl[] |
ImportDeclVec.toArray()
|
ImportDecl |
ImportDeclVec.pop()
|
| Methods in javafe.ast with parameters of type ImportDecl | |
java.lang.Object |
VisitorArgResult.visitImportDecl(ImportDecl x,
java.lang.Object o)
|
void |
Visitor.visitImportDecl(ImportDecl x)
|
void |
RShiftVisitor.visitImportDecl(ImportDecl x)
|
void |
LShiftVisitor.visitImportDecl(ImportDecl x)
|
static ImportDeclVec |
ImportDeclVec.make(ImportDecl[] els)
|
void |
ImportDeclVec.setElementAt(ImportDecl x,
int index)
|
boolean |
ImportDeclVec.contains(ImportDecl x)
|
void |
ImportDeclVec.addElement(ImportDecl x)
|
boolean |
ImportDeclVec.removeElement(ImportDecl x)
|
void |
ImportDeclVec.insertElementAt(ImportDecl obj,
int index)
|
void |
ASTDotVisitor.visitImportDecl(ImportDecl x)
|
| Constructors in javafe.ast with parameters of type ImportDecl | |
ImportDeclVec(ImportDecl[] els)
* Private constructors: * * |
|
| Uses of ImportDecl in javafe.parser |
| Methods in javafe.parser that return ImportDecl | |
protected ImportDecl |
Parse.parseImportDeclaration(Lex l)
Parse an ImportDeclaration. |
|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 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 | ||||||||||