Uses of Class
org.openjdk.jmh.annotations.Scope
-
Packages that use Scope Package Description org.openjdk.jmh.annotations org.openjdk.jmh.generators.core -
-
Uses of Scope in org.openjdk.jmh.annotations
Methods in org.openjdk.jmh.annotations that return Scope Modifier and Type Method Description Scopevalue()State scope.static ScopeScope. 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. -
Uses of Scope in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as Scope Modifier and Type Field Description ScopeStateObject. scopeMethods in org.openjdk.jmh.generators.core with parameters of type Scope Modifier and Type Method Description java.lang.StringIdentifiers. identifier(Scope scope)Constructors in org.openjdk.jmh.generators.core with parameters of type Scope Constructor Description StateObject(Identifiers identifiers, ClassInfo info, Scope scope)
-