Uses of Class
org.adoptopenjdk.jitwatch.model.CompilerName
-
Packages that use CompilerName Package Description org.adoptopenjdk.jitwatch.model -
-
Uses of CompilerName in org.adoptopenjdk.jitwatch.model
Methods in org.adoptopenjdk.jitwatch.model that return CompilerName Modifier and Type Method Description static CompilerNameCompilerName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompilerName[]CompilerName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-