Uses of Class
org.openjdk.jmh.generators.core.HelperType
-
Packages that use HelperType Package Description org.openjdk.jmh.generators.core -
-
Uses of HelperType in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as HelperType Modifier and Type Field Description HelperType
HelperMethodInvocation. type
Methods in org.openjdk.jmh.generators.core that return HelperType Modifier and Type Method Description static HelperType
HelperType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HelperType[]
HelperType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmh.generators.core with parameters of type HelperType Modifier and Type Method Description java.util.Collection<java.lang.String>
StateObjectHandler. getHelperBlock(MethodInfo method, Level helperLevel, HelperType type)
Constructors in org.openjdk.jmh.generators.core with parameters of type HelperType Constructor Description HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-