Uses of Interface
manifold.api.host.IManifoldHost
-
Packages that use IManifoldHost Package Description manifold.api.fs manifold.api.fs.def manifold.api.host manifold.api.type manifold.api.util.cache manifold.internal.host manifold.internal.javac -
-
Uses of IManifoldHost in manifold.api.fs
Methods in manifold.api.fs that return IManifoldHost Modifier and Type Method Description IManifoldHostIFileSystem. getHost() -
Uses of IManifoldHost in manifold.api.fs.def
Methods in manifold.api.fs.def that return IManifoldHost Modifier and Type Method Description IManifoldHostFileSystemImpl. getHost()Constructors in manifold.api.fs.def with parameters of type IManifoldHost Constructor Description FileSystemImpl(IManifoldHost host, IFileSystem.CachingMode cachingMode) -
Uses of IManifoldHost in manifold.api.host
Subinterfaces of IManifoldHost in manifold.api.host Modifier and Type Interface Description interfaceIRuntimeManifoldHostA Manifold host exclusive to the runtime environment.Methods in manifold.api.host that return IManifoldHost Modifier and Type Method Description IManifoldHostIModule. getHost() -
Uses of IManifoldHost in manifold.api.type
Methods in manifold.api.type that return IManifoldHost Modifier and Type Method Description IManifoldHostAbstractSingleFileModel. getHost()IManifoldHostIModel. getHost()Constructors in manifold.api.type with parameters of type IManifoldHost Constructor Description AbstractSingleFileModel(IManifoldHost host, String fqn, Set<IFile> files) -
Uses of IManifoldHost in manifold.api.util.cache
Methods in manifold.api.util.cache with parameters of type IManifoldHost Modifier and Type Method Description static <K,V>
TypeSystemAwareCache<K,V>TypeSystemAwareCache. make(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader)Constructors in manifold.api.util.cache with parameters of type IManifoldHost Constructor Description TypeSystemAwareCache(IManifoldHost host, String name, int size, manifold.util.concurrent.Cache.Loader<K,V> loader) -
Uses of IManifoldHost in manifold.internal.host
Classes in manifold.internal.host that implement IManifoldHost Modifier and Type Class Description classAbstractManifoldHostclassJavacManifoldHostJavacManifoldHostis exclusive to an instance ofJavacPlugin.classRuntimeManifoldHostclassSingleModuleManifoldHostMethods in manifold.internal.host that return IManifoldHost Modifier and Type Method Description IManifoldHostSimpleModule. getHost()Constructors in manifold.internal.host with parameters of type IManifoldHost Constructor Description SimpleModule(IManifoldHost host, List<IDirectory> classpath, List<IDirectory> sourcePath, List<IDirectory> outputPath) -
Uses of IManifoldHost in manifold.internal.javac
Methods in manifold.internal.javac that return IManifoldHost Modifier and Type Method Description IManifoldHostCompiledTypeProcessor. getHost()IManifoldHostJavaParser. getHost()Constructors in manifold.internal.javac with parameters of type IManifoldHost Constructor Description JavaParser(IManifoldHost host)For internal use only.WriterJavaFileObject(IManifoldHost host, String fqn)WriterJavaFileObject(IManifoldHost host, String pkg, String filename)
-