Uses of Interface
org.eclipse.wst.jsdt.core.dom.IPackageBinding

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

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

Methods in org.eclipse.wst.jsdt.core.dom that return IPackageBinding
 IPackageBinding ITypeBinding.getPackage()
          Returns the binding for the package in which this type is declared.
 IPackageBinding PackageDeclaration.resolveBinding()
          Resolves and returns the binding for the package declared in this package declaration.