Uses of Class
org.eclipse.wst.jsdt.core.dom.PackageDeclaration

Packages that use PackageDeclaration
org.eclipse.wst.jsdt.core.dom   
 

Uses of PackageDeclaration in org.eclipse.wst.jsdt.core.dom
 

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

Methods in org.eclipse.wst.jsdt.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 JavaScriptUnit.setPackage(PackageDeclaration pkgDecl)
          Sets or clears the package declaration of this javaScript unit node to the given package declaration node.
 boolean ASTVisitor.visit(PackageDeclaration node)
          Visits the given type-specific AST node.