Package | Description |
---|---|
org.openjdk.jmh.generators.core |
Modifier and Type | Field and Description |
---|---|
HelperType |
HelperMethodInvocation.type |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
StateObjectHandler.getHelperBlock(MethodInfo method,
Level helperLevel,
HelperType type) |
Constructor and Description |
---|
HelperMethodInvocation(MethodInfo method,
StateObject state,
Level helperLevel,
HelperType type) |