Uses of Interface
org.eclipse.jdt.core.dom.IModuleBinding
-
Packages that use IModuleBinding Package Description org.eclipse.jdt.core.dom 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 IModuleBinding Modifier and Type Method Description default IModuleBindingIPackageBinding. getModule()Returns the binding of the module associated with this package binding.default IModuleBindingITypeBinding. getModule()Returns the binding of the module associated with the package in which this type is declared.IModuleBinding[]IModuleBinding. getRequiredModules()Returns all required modules.IModuleBindingModuleDeclaration. resolveBinding()Resolves and returns the binding for the module.
-