Uses of Interface
manifold.api.host.IModule
-
Packages that use IModule Package Description manifold.api.fs manifold.api.fs.cache manifold.api.gen manifold.api.host manifold.api.type manifold.internal.host manifold.internal.javac -
-
Uses of IModule in manifold.api.fs
Methods in manifold.api.fs with parameters of type IModule Modifier and Type Method Description static List<IDirectory>Extensions. getJarsWithSources(IModule module) -
Uses of IModule in manifold.api.fs.cache
Constructors in manifold.api.fs.cache with parameters of type IModule Constructor Description PathCache(IModule module, Supplier<Collection<IDirectory>> pathSupplier, Runnable clearHandler) -
Uses of IModule in manifold.api.gen
Methods in manifold.api.gen that return IModule Modifier and Type Method Description IModuleAbstractSrcClass. getModule()Constructors in manifold.api.gen with parameters of type IModule Constructor Description AbstractSrcClass(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 IModule Modifier and Type Field Description IModuleRefreshRequest. moduleMethods in manifold.api.host that return IModule Modifier and Type Method Description IModuleDependency. getModule()IModuleIManifoldHost. getSingleModule()Constructors in manifold.api.host with parameters of type IModule Constructor Description Dependency(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 IModule Modifier and Type Field Description IModuleTypeName. moduleMethods in manifold.api.type that return IModule Modifier and Type Method Description IModuleITypeManifold. getModule()The module to which this producer is scopedIModuleResourceFileTypeManifold. getModule()IModuleTypeName. getModule()IModuleUrlTypeManifold. getModule()Methods in manifold.api.type with parameters of type IModule Modifier and Type Method Description default booleanITypeManifold. accept(IModule module)A module calls this method to determine whether to include this type manifold in its collection of type manifolds.voidITypeManifold. init(IModule module)Initialize this type manifold.voidResourceFileTypeManifold. init(IModule module)protected voidResourceFileTypeManifold. init(IModule module, BiFunction<String,Set<IFile>,M> modelMapper)voidUrlTypeManifold. init(IModule module)Constructors in manifold.api.type with parameters of type IModule Constructor Description TypeName(String name, IModule module, TypeName.Kind kind, TypeName.Visibility visibility) -
Uses of IModule in manifold.internal.host
Classes in manifold.internal.host that implement IModule Modifier and Type Class Description classDefaultSingleModuleclassSimpleModuleMethods in manifold.internal.host that return IModule Modifier and Type Method Description IModuleSingleModuleManifoldHost. getSingleModule() -
Uses of IModule in manifold.internal.javac
Methods in manifold.internal.javac with parameters of type IModule Modifier and Type Method Description static ClassSymbolsClassSymbols. instance(IModule module)SrcClassSrcClassUtil. 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)SrcClassSrcClassUtil. 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)
-