Uses of Enum
manifold.internal.javac.HostKind
Packages that use HostKind
-
Uses of HostKind in manifold.api.fs
Methods in manifold.api.fs that return HostKind -
Uses of HostKind in manifold.api.fs.def
Methods in manifold.api.fs.def that return HostKindConstructors in manifold.api.fs.def with parameters of type HostKind -
Uses of HostKind in manifold.internal.javac
Subclasses with type arguments of type HostKind in manifold.internal.javacMethods in manifold.internal.javac that return HostKindModifier and TypeMethodDescriptionFragmentProcessor.Fragment.getHostKind()static HostKindReturns 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 HostKindModifier and TypeMethodDescriptionstatic booleanManAttr.checkConcatenation(com.sun.tools.javac.tree.JCTree.JCLiteral tree, CharSequence chars, HostKind hostKind, com.sun.tools.javac.util.Log logger) FragmentProcessor.parseFragment(int pos, String chars, HostKind hostKind) voidJavacPlugin.registerType(JavaFileObject sourceFile, String scope, int offset, String name, String ext, HostKind hostKind, String content)