Uses of Class
manifold.internal.javac.HostKind
-
Packages that use HostKind Package Description manifold.api.fs manifold.api.fs.def manifold.internal.javac -
-
Uses of HostKind in manifold.api.fs
Methods in manifold.api.fs that return HostKind Modifier and Type Method Description HostKindIFileFragment. getHostKind() -
Uses of HostKind in manifold.api.fs.def
Methods in manifold.api.fs.def that return HostKind Modifier and Type Method Description HostKindFileFragmentImpl. getHostKind()Constructors in manifold.api.fs.def with parameters of type HostKind Constructor Description FileFragmentImpl(String scope, String name, String ext, HostKind hostKind, IFile enclosingFile, int offset, int length, String content) -
Uses of HostKind in manifold.internal.javac
Methods in manifold.internal.javac that return HostKind Modifier and Type Method Description HostKindFragmentProcessor.Fragment. getHostKind()static HostKindHostKind. valueOf(String name)Returns the enum constant of this type with the specified name.static HostKind[]HostKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in manifold.internal.javac with parameters of type HostKind Modifier and Type Method Description static booleanManAttr. checkConcatenation(com.sun.tools.javac.tree.JCTree.JCLiteral tree, CharSequence chars, HostKind hostKind, com.sun.tools.javac.util.Log logger)FragmentProcessor.FragmentFragmentProcessor. parseFragment(int pos, String chars, HostKind hostKind)voidJavacPlugin. registerType(JavaFileObject sourceFile, String scope, int offset, String name, String ext, HostKind hostKind, String content)
-