class HelperMethodInvocation extends java.lang.Object implements java.lang.Comparable<HelperMethodInvocation>
Modifier and Type | Field and Description |
---|---|
Level |
helperLevel |
MethodInfo |
method |
StateObject |
state |
HelperType |
type |
Constructor and Description |
---|
HelperMethodInvocation(MethodInfo method,
StateObject state,
Level helperLevel,
HelperType type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HelperMethodInvocation o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final MethodInfo method
public final StateObject state
public final Level helperLevel
public final HelperType type
public HelperMethodInvocation(MethodInfo method, StateObject state, Level helperLevel, HelperType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(HelperMethodInvocation o)
compareTo
in interface java.lang.Comparable<HelperMethodInvocation>