Package org.openjdk.jmh.generators.core
Class HelperMethodInvocation
- java.lang.Object
-
- org.openjdk.jmh.generators.core.HelperMethodInvocation
-
- All Implemented Interfaces:
java.lang.Comparable<HelperMethodInvocation>
class HelperMethodInvocation extends java.lang.Object implements java.lang.Comparable<HelperMethodInvocation>
-
-
Field Summary
Fields Modifier and Type Field Description LevelhelperLevelMethodInfomethodStateObjectstateHelperTypetype
-
Constructor Summary
Constructors Constructor Description HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(HelperMethodInvocation o)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
method
public final MethodInfo method
-
state
public final StateObject state
-
helperLevel
public final Level helperLevel
-
type
public final HelperType type
-
-
Constructor Detail
-
HelperMethodInvocation
public HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(HelperMethodInvocation o)
- Specified by:
compareToin interfacejava.lang.Comparable<HelperMethodInvocation>
-
-