Uses of Interface
org.eclipse.wst.jsdt.core.IPackageDeclaration

Packages that use IPackageDeclaration
org.eclipse.wst.jsdt.core   
 

Uses of IPackageDeclaration in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return IPackageDeclaration
 IPackageDeclaration IJavaScriptUnit.createPackageDeclaration(java.lang.String name, IProgressMonitor monitor)
          Creates and returns a package declaration in this javaScript file with the given package name.
 IPackageDeclaration IJavaScriptUnit.getPackageDeclaration(java.lang.String name)
          Returns the first package declaration in this javaScript file with the given package name (there normally is at most one package declaration).
 IPackageDeclaration[] IJavaScriptUnit.getPackageDeclarations()
          Returns the package declarations in this javaScript file in the order in which they appear in the source.