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.Mode
value()
The compilation mode.static CompilerControl.Mode
CompilerControl.Mode. valueOf(java.lang.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.
-