Uses of Enum
org.moditect.internal.compiler.ModuleInfoCompiler.Kind
Packages that use ModuleInfoCompiler.Kind
-
Uses of ModuleInfoCompiler.Kind in org.moditect.internal.compiler
Methods in org.moditect.internal.compiler that return ModuleInfoCompiler.KindModifier and TypeMethodDescriptionstatic ModuleInfoCompiler.Kind
Returns the enum constant of this type with the specified name.static ModuleInfoCompiler.Kind[]
ModuleInfoCompiler.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.moditect.internal.compiler with parameters of type ModuleInfoCompiler.KindModifier and TypeMethodDescriptionprivate static String
ModuleInfoCompiler.getNameForBinary
(com.github.javaparser.ast.expr.Name name, ModuleInfoCompiler.Kind kind) private static String
ModuleInfoCompiler.getNameForBinary
(String typeName, ModuleInfoCompiler.Kind kind)