Uses of Class
org.openjdk.jmh.annotations.CompilerControl.Mode
-
Packages that use CompilerControl.Mode Package Description org.openjdk.jmh.annotations -
-
Uses of CompilerControl.Mode in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return CompilerControl.Mode Modifier and Type Method Description CompilerControl.Modevalue()The compilation mode.static CompilerControl.ModeCompilerControl.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static CompilerControl.Mode[]CompilerControl.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-