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 Level
helperLevel
MethodInfo
method
StateObject
state
HelperType
type
-
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 int
compareTo(HelperMethodInvocation o)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(HelperMethodInvocation o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<HelperMethodInvocation>
-
-