Package | Description |
---|---|
org.openjdk.jmh.annotations | |
org.openjdk.jmh.generators.core |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
Scope |
StateObject.scope |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Identifiers.identifier(Scope scope) |
Constructor and Description |
---|
StateObject(Identifiers identifiers,
ClassInfo info,
Scope scope) |