Uses of Enum
org.openjdk.jmh.generators.core.HelperType
Packages that use HelperType
-
Uses of HelperType in org.openjdk.jmh.generators.core
Subclasses with type arguments of type HelperType in org.openjdk.jmh.generators.coreFields in org.openjdk.jmh.generators.core declared as HelperTypeMethods in org.openjdk.jmh.generators.core that return HelperTypeModifier and TypeMethodDescriptionstatic HelperTypeReturns 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 HelperTypeModifier and TypeMethodDescriptionStateObjectHandler.getHelperBlock(MethodInfo method, Level helperLevel, HelperType type) Constructors in org.openjdk.jmh.generators.core with parameters of type HelperTypeModifierConstructorDescriptionHelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)