Uses of Class
org.eclipse.jdt.core.dom.ImportDeclaration

Packages that use ImportDeclaration
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
org.eclipse.jdt.internal.core.util   
 

Uses of ImportDeclaration in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return ImportDeclaration
 ImportDeclaration AST.newImportDeclaration()
          Creates an unparented import declaration node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type ImportDeclaration
 void ASTVisitor.endVisit(ImportDeclaration node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(ImportDeclaration node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(ImportDeclaration node)
          Visits the given type-specific AST node.
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type ImportDeclaration
 boolean NaiveASTFlattener.visit(ImportDeclaration node)
           
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type ImportDeclaration
 boolean ASTRewriteAnalyzer.visit(ImportDeclaration node)
           
 boolean ASTRewriteFlattener.visit(ImportDeclaration node)
           
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util with parameters of type ImportDeclaration
 boolean DOMFinder.visit(ImportDeclaration node)