Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.ImportDeclaration
Packages that use ImportDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return ImportDeclarationModifier and TypeMethodDescriptionASTConverter.convertImport(ImportReference importReference)AST.newImportDeclaration()Creates an unparented import declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ImportDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ImportDeclaration node)End of visit the given type-specific AST node.booleanASTMatcher.match(ImportDeclaration node, Object other)Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(ImportDeclaration node)booleanASTVisitor.visit(ImportDeclaration node)Visits the given type-specific AST node. -
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type ImportDeclaration -
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type ImportDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(ImportDeclaration node)booleanASTRewriteFlattener.visit(ImportDeclaration node) -
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type ImportDeclarationModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(ImportDeclaration node)booleanHierarchicalASTVisitor.visit(ImportDeclaration node) -
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type ImportDeclaration -
Uses of ImportDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type ImportDeclarationModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(ImportDeclaration node)booleanSpacePreparator.visit(ImportDeclaration node)