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

Packages that use PackageDeclaration
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 PackageDeclaration in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return PackageDeclaration
 PackageDeclaration CompilationUnit.getPackage()
          Returns the node for the package declaration of this compilation unit, or null if this compilation unit is in the default package.
 PackageDeclaration AST.newPackageDeclaration()
          Creates an unparented package declaration node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type PackageDeclaration
 void ASTVisitor.endVisit(PackageDeclaration node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(PackageDeclaration node, java.lang.Object other)
          Returns whether the given node and the other object match.
 void CompilationUnit.setPackage(PackageDeclaration pkgDecl)
          Sets or clears the package declaration of this compilation unit node to the given package declaration node.
 boolean ASTVisitor.visit(PackageDeclaration node)
          Visits the given type-specific AST node.
 

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

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

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

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

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

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