Package | Description |
---|---|
manifold.api.fs | |
manifold.api.fs.cache | |
manifold.api.gen | |
manifold.api.host | |
manifold.api.type | |
manifold.internal.host | |
manifold.internal.javac |
Modifier and Type | Method and Description |
---|---|
static List<IDirectory> |
Extensions.getJarsWithSources(IModule module) |
Constructor and Description |
---|
PathCache(IModule module,
Supplier<Collection<IDirectory>> pathSupplier,
Runnable clearHandler) |
Modifier and Type | Method and Description |
---|---|
IModule |
AbstractSrcClass.getModule() |
Constructor and 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 classes
|
SrcLinkedClass(String fqn,
AbstractSrcClass enclosingClass,
AbstractSrcClass.Kind kind,
IFile linkedFile,
JavaFileManager.Location location,
IModule module,
DiagnosticListener<JavaFileObject> errorHandler) |
Modifier and Type | Field and Description |
---|---|
IModule |
RefreshRequest.module |
Modifier and Type | Method and Description |
---|---|
IModule |
Dependency.getModule() |
IModule |
IManifoldHost.getSingleModule() |
Constructor and Description |
---|
Dependency(IModule module,
boolean bExported) |
RefreshRequest(IFile file,
String[] types,
IModule module,
RefreshKind kind) |
RefreshRequest(String[] allTypes,
RefreshRequest request,
IModule module) |
Modifier and Type | Field and Description |
---|---|
IModule |
TypeName.module |
Modifier and Type | Method and Description |
---|---|
IModule |
ResourceFileTypeManifold.getModule() |
IModule |
UrlTypeManifold.getModule() |
IModule |
ITypeManifold.getModule()
The module to which this producer is scoped
|
IModule |
TypeName.getModule() |
Modifier and Type | Method and Description |
---|---|
default boolean |
ITypeManifold.accept(IModule module)
A module calls this method to determine whether to include this type manifold in its collection of type
manifolds.
|
void |
ResourceFileTypeManifold.init(IModule module) |
void |
UrlTypeManifold.init(IModule module) |
void |
ITypeManifold.init(IModule module)
Initialize this type manifold.
|
protected void |
ResourceFileTypeManifold.init(IModule module,
BiFunction<String,Set<IFile>,M> modelMapper) |
Constructor and Description |
---|
TypeName(String name,
IModule module,
TypeName.Kind kind,
TypeName.Visibility visibility) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSingleModule |
class |
SimpleModule |
Modifier and Type | Method and Description |
---|---|
IModule |
SingleModuleManifoldHost.getSingleModule() |
Modifier and Type | Method and Description |
---|---|
static ClassSymbols |
ClassSymbols.instance(IModule module) |
SrcClass |
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) |
SrcClass |
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) |
Copyright © 2024. All rights reserved.