Uses of Class
org.moditect.internal.compiler.ModuleInfoCompiler.Kind
-
Packages that use ModuleInfoCompiler.Kind Package Description org.moditect.internal.compiler -
-
Uses of ModuleInfoCompiler.Kind in org.moditect.internal.compiler
Methods in org.moditect.internal.compiler that return ModuleInfoCompiler.Kind Modifier and Type Method Description static ModuleInfoCompiler.Kind
ModuleInfoCompiler.Kind. valueOf(java.lang.String name)
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.Kind Modifier and Type Method Description private static java.lang.String
ModuleInfoCompiler. getNameForBinary(com.github.javaparser.ast.expr.Name name, ModuleInfoCompiler.Kind kind)
private static java.lang.String
ModuleInfoCompiler. getNameForBinary(java.lang.String typeName, ModuleInfoCompiler.Kind kind)
-