Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.dom.IPackageBinding
Packages, die IPackageBinding verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von IPackageBinding in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die IPackageBinding zurückgebenModifizierer und TypMethodeBeschreibungIModuleBinding.getExportedPackages()Returns all exported packages.IModuleBinding.getOpenedPackages()Returns all opened packages.ITypeBinding.getPackage()Returns the binding for the package in which this type is declared.PackageDeclaration.resolveBinding()Resolves and returns the binding for the package declared in this package declaration.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ IPackageBindingModifizierer und TypMethodeBeschreibungString[]IModuleBinding.getExportedTo(IPackageBinding packageBinding) If this module exports the given package to specific modules, returns the array of names of modules, otherwise returns an empty array.String[]IModuleBinding.getOpenedTo(IPackageBinding packageBinding) If this module opens the given package to specific modules, returns the array of names of modules, otherwise returns an empty array.