|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportDeclaration | |
---|---|
pt.compiler.parser | |
pt.compiler.parser.ast | |
pt.compiler.parser.ast.visitor |
Uses of ImportDeclaration in pt.compiler.parser |
---|
Methods in pt.compiler.parser that return ImportDeclaration | |
---|---|
ImportDeclaration |
JavaParser.ImportDeclaration()
|
Uses of ImportDeclaration in pt.compiler.parser.ast |
---|
Methods in pt.compiler.parser.ast that return types with arguments of type ImportDeclaration | |
---|---|
java.util.List<ImportDeclaration> |
CompilationUnit.getImports()
|
Constructor parameters in pt.compiler.parser.ast with type arguments of type ImportDeclaration | |
---|---|
CompilationUnit(int line,
int column,
PackageDeclaration pakage,
java.util.List<ImportDeclaration> imports,
java.util.List<TypeDeclaration> types,
java.util.List<Comment> comments)
|
Uses of ImportDeclaration in pt.compiler.parser.ast.visitor |
---|
Methods in pt.compiler.parser.ast.visitor with parameters of type ImportDeclaration | |
---|---|
void |
VoidVisitor.visit(ImportDeclaration n,
A arg)
|
R |
GenericVisitor.visit(ImportDeclaration n,
A arg)
|
void |
TaskVisitor.visit(ImportDeclaration n,
java.lang.Object arg)
|
void |
DumpVisitor.visit(ImportDeclaration n,
java.lang.Object arg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |