Package org.openjdk.jmh.generators.core
Class HelperMethodInvocation
java.lang.Object
org.openjdk.jmh.generators.core.HelperMethodInvocation
- All Implemented Interfaces:
Comparable<HelperMethodInvocation>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHelperMethodInvocation
(MethodInfo method, StateObject state, Level helperLevel, HelperType type) -
Method Summary
-
Field Details
-
method
-
state
-
helperLevel
-
type
-
-
Constructor Details
-
HelperMethodInvocation
public HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<HelperMethodInvocation>
-