Uses of Interface
org.eclipse.jdt.core.dom.IModuleBinding
Packages that use IModuleBinding
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of IModuleBinding in org.eclipse.jdt.core.dom
Methods in org.eclipse.jdt.core.dom that return IModuleBindingModifier and TypeMethodDescriptiondefault IModuleBinding
IPackageBinding.getModule()
Returns the binding of the module associated with this package binding.default IModuleBinding
ITypeBinding.getModule()
Returns the binding of the module associated with the package in which this type is declared.IModuleBinding.getRequiredModules()
Returns all required modules.ModuleDeclaration.resolveBinding()
Resolves and returns the binding for the module.