Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.IModule
Packages that use IModule
Package
Description
-
Uses of IModule in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return IModuleModifier and TypeMethodDescriptionStatefulNameEnvironment.getModule(char[] moduleName)AjBuildConfig.getModuleDesc()Methods in org.aspectj.ajdt.internal.core.builder with parameters of type IModule -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.batch that implement IModuleFields in org.aspectj.org.eclipse.jdt.internal.compiler.batch declared as IModuleFields in org.aspectj.org.eclipse.jdt.internal.compiler.batch with type parameters of type IModuleMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that return IModuleModifier and TypeMethodDescriptionClasspathDirectory.getModule()ClasspathJar.getModule()ClasspathJep247Jdk12.getModule(char[] moduleName)ClasspathJmod.getModule()ClasspathJrt.getModule(char[] moduleName)FileSystem.getModule(char[] name)Main.getModuleDesc(String moduleArgument)FileSystem.getModuleFromEnvironment(char[] name)protected static IModuleModuleFinder.scanForModule(FileSystem.Classpath modulePath, File file, Parser parser, boolean considerAutoModules, String release)Methods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type IModuleModifier and TypeMethodDescriptionvoidClasspathLocation.acceptModule(IModule mod)voidFileSystem.Classpath.acceptModule(IModule module)Accepts to represent a module location with the given module description.Method parameters in org.aspectj.org.eclipse.jdt.internal.compiler.batch with type arguments of type IModuleModifier and TypeMethodDescriptionClasspathJep247Jdk12.getModuleNames(Collection<String> limitModule, Function<String,IModule> getModule)ClasspathJrt.getModuleNames(Collection<String> limitModule, Function<String,IModule> getModule)ClasspathLocation.getModuleNames(Collection<String> limitModules, Function<String,IModule> getModule)FileSystem.Classpath.getModuleNames(Collection<String> limitModules, Function<String,IModule> getModule)protected Collection<String>ClasspathLocation.selectModules(Set<String> modules, Collection<String> limitModules, Function<String,IModule> getModule) -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt that implement IModuleMethods in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt with parameters of type IModuleModifier and TypeMethodDescriptionstatic ClassFileReaderClassFileReader.readFromJrt(File jrt, IModule module, String filename) -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.env
Subinterfaces of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.envFields in org.aspectj.org.eclipse.jdt.internal.compiler.env declared as IModuleMethods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return IModuleModifier and TypeMethodDescriptionstatic IModuleIModule.createAutomatic(char[] moduleName, boolean fromManifest)static IModuleIModule.createAutomatic(String fileName, boolean isFile, Manifest manifest)IModuleAwareNameEnvironment.getModule(char[] moduleName)Get the module with the given name, which must denote a named module.default IModuleIModulePathEntry.getModule()Get the module that this entry contributes.default IModuleIModulePathEntry.getModule(char[] name)Get the module named name from this entry.IMultiModuleEntry.getModule(char[] name)Get the module named name that this entry contributes to the module path -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type IModuleModifier and TypeMethodDescriptiondefault voidITypeRequestor.accept(IModule module, LookupEnvironment environment)Accept the requested module, could come in in one of 3 different forms:IBinaryModuleISourceModuleIModule.AutoModule -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type IModuleModifier and TypeMethodDescriptionstatic ModuleBindingBinaryModuleBinding.create(IModule module, LookupEnvironment existingEnvironment)Construct a named module from binary, could be an auto module - or from an info from Java Model. -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type IModuleModifier and TypeMethodDescriptionstatic CompilationUnitDeclarationSourceTypeConverter.buildModularCompilationUnit(IModule module, ProblemReporter problemReporter, CompilationResult compilationResult) -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.util with parameters of type IModuleModifier and TypeMethodDescriptionstatic ClassFileReaderJRTUtil.getClassfile(File jrt, String fileName, IModule module) -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IModuleMethods in org.aspectj.org.eclipse.jdt.internal.core that return IModuleModifier and TypeMethodDescriptionJrtPackageFragmentRoot.getModule()ModuleSourcePathManager.getModule(char[] name)ProjectEntry.getModule()SearchableEnvironment.getModule(char[] name)static IModuleNameLookup.getModuleDescriptionInfo(IModuleDescription moduleDesc)NameLookup.getModuleDescriptionInfo(PackageFragmentRoot root)default IModuleAbstractModule.getModuleInfo()BinaryModule.getModuleInfo()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IModuleModifier and TypeMethodDescriptionvoidCompilationUnitProblemFinder.accept(IModule module, LookupEnvironment environment) -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.core.builder
Fields in org.aspectj.org.eclipse.jdt.internal.core.builder declared as IModuleFields in org.aspectj.org.eclipse.jdt.internal.core.builder with type parameters of type IModuleMethods in org.aspectj.org.eclipse.jdt.internal.core.builder that return IModuleModifier and TypeMethodDescriptionstatic IModuleModulePathEntry.getAutomaticModule(ClasspathLocation location)ClasspathJar.getModule()ClasspathJrt.getModule(char[] moduleName)ClasspathLocation.getModule()ModulePathEntry.getModule()ModulePathEntry.Multi.getModule(char[] name)NameEnvironment.getModule(char[] name)ClasspathMultiDirectory.module()Methods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type IModule -
Uses of IModule in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching that return IModule