Uses of Interface
manifold.api.fs.IFileFragment
-
Packages that use IFileFragment Package Description manifold.api.fs.def manifold.api.host manifold.internal.host manifold.internal.javac -
-
Uses of IFileFragment in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IFileFragment Modifier and Type Class Description classFileFragmentImpl -
Uses of IFileFragment in manifold.api.host
Methods in manifold.api.host with parameters of type IFileFragment Modifier and Type Method Description voidIManifoldHost. createdType(IFileFragment file, String[] types) -
Uses of IFileFragment in manifold.internal.host
Methods in manifold.internal.host with parameters of type IFileFragment Modifier and Type Method Description voidSingleModuleManifoldHost. createdType(IFileFragment file, String[] types) -
Uses of IFileFragment in manifold.internal.javac
Methods in manifold.internal.javac that return IFileFragment Modifier and Type Method Description IFileFragmentGeneratedJavaStubFileObject. getFileFragment()
-