Package com.google.common.truth
Class AutoValue_ActualValueInference_Invocation
java.lang.Object
com.google.common.truth.ActualValueInference.Invocation
com.google.common.truth.AutoValue_ActualValueInference_Invocation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ActualValueInference.StackEntry
private final ActualValueInference.StackEntry
private final String
private final ActualValueInference.StackEntry
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_ActualValueInference_Invocation
(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name) -
Method Summary
Modifier and TypeMethodDescription(package private) ActualValueInference.StackEntry
The value being passed to this call if it is anassertThat
orthat
call.(package private) ActualValueInference.StackEntry
The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf
).boolean
int
hashCode()
(package private) String
name()
(package private) ActualValueInference.StackEntry
receiver()
The receiver of this call, if it is an instance call.toString()
Methods inherited from class com.google.common.truth.ActualValueInference.Invocation
builder, deriveEntry, isOnSubjectInstance
-
Field Details
-
receiver
-
actualValue
-
boxingInput
-
name
-
-
Constructor Details
-
AutoValue_ActualValueInference_Invocation
private AutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name)
-
-
Method Details
-
receiver
ActualValueInference.StackEntry receiver()Description copied from class:ActualValueInference.Invocation
The receiver of this call, if it is an instance call.- Specified by:
receiver
in classActualValueInference.Invocation
-
actualValue
ActualValueInference.StackEntry actualValue()Description copied from class:ActualValueInference.Invocation
The value being passed to this call if it is anassertThat
orthat
call.- Specified by:
actualValue
in classActualValueInference.Invocation
-
boxingInput
ActualValueInference.StackEntry boxingInput()Description copied from class:ActualValueInference.Invocation
The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf
).- Specified by:
boxingInput
in classActualValueInference.Invocation
-
name
String name()- Specified by:
name
in classActualValueInference.Invocation
-
toString
-
equals
-
hashCode
public int hashCode()
-