Uses of Interface
manifold.api.host.IModule
Packages that use IModule
Package
Description
-
Uses of IModule in manifold.api.fs
Methods in manifold.api.fs with parameters of type IModuleModifier and TypeMethodDescriptionstatic List<IDirectory> Extensions.getJarsWithSources(IModule module) -
Uses of IModule in manifold.api.fs.cache
Constructors in manifold.api.fs.cache with parameters of type IModuleModifierConstructorDescriptionPathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler) -
Uses of IModule in manifold.api.gen
Methods in manifold.api.gen that return IModuleConstructors in manifold.api.gen with parameters of type IModuleModifierConstructorDescriptionAbstractSrcClass(String fqn, AbstractSrcClass enclosingClass, AbstractSrcClass.Kind kind, JavaFileManager.Location location, IModule module, DiagnosticListener<JavaFileObject> errorHandler) SrcClass(String fqn, AbstractSrcClass.Kind kind, JavaFileManager.Location location, IModule module, DiagnosticListener<JavaFileObject> errorHandler) SrcLinkedClass(String fqn, AbstractSrcClass.Kind kind, IFile linkedFile, JavaFileManager.Location location, IModule module, DiagnosticListener<JavaFileObject> errorHandler) Use this constructor to automatically handle extension methods on inner classesSrcLinkedClass(String fqn, AbstractSrcClass enclosingClass, AbstractSrcClass.Kind kind, IFile linkedFile, JavaFileManager.Location location, IModule module, DiagnosticListener<JavaFileObject> errorHandler) -
Uses of IModule in manifold.api.host
Fields in manifold.api.host declared as IModuleMethods in manifold.api.host that return IModuleConstructors in manifold.api.host with parameters of type IModuleModifierConstructorDescriptionDependency(IModule module, boolean bExported) RefreshRequest(String[] allTypes, RefreshRequest request, IModule module) RefreshRequest(IFile file, String[] types, IModule module, RefreshKind kind) -
Uses of IModule in manifold.api.type
Fields in manifold.api.type declared as IModuleMethods in manifold.api.type that return IModuleModifier and TypeMethodDescriptionITypeManifold.getModule()The module to which this producer is scopedResourceFileTypeManifold.getModule()TypeName.getModule()UrlTypeManifold.getModule()Methods in manifold.api.type with parameters of type IModuleModifier and TypeMethodDescriptiondefault booleanA module calls this method to determine whether to include this type manifold in its collection of type manifolds.voidInitialize this type manifold.voidprotected voidvoidConstructors in manifold.api.type with parameters of type IModuleModifierConstructorDescriptionTypeName(String name, IModule module, TypeName.Kind kind, TypeName.Visibility visibility) -
Uses of IModule in manifold.internal.host
Classes in manifold.internal.host that implement IModuleMethods in manifold.internal.host that return IModule -
Uses of IModule in manifold.internal.javac
Methods in manifold.internal.javac with parameters of type IModuleModifier and TypeMethodDescriptionstatic ClassSymbolsSrcClassUtil.makeStub(String fqn, com.sun.tools.javac.code.Symbol.ClassSymbol classSymbol, com.sun.source.tree.CompilationUnitTree compilationUnit, com.sun.tools.javac.api.BasicJavacTask javacTask, IModule module, JavaFileManager.Location location, DiagnosticListener<JavaFileObject> errorHandler) SrcClassUtil.makeStub(String fqn, com.sun.tools.javac.code.Symbol.ClassSymbol classSymbol, com.sun.source.tree.CompilationUnitTree compilationUnit, com.sun.tools.javac.api.BasicJavacTask javacTask, IModule module, JavaFileManager.Location location, DiagnosticListener<JavaFileObject> errorHandler, boolean withMembers)