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.StackEntryprivate final ActualValueInference.StackEntryprivate final Stringprivate final ActualValueInference.StackEntry -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name) -
Method Summary
Modifier and TypeMethodDescription(package private) ActualValueInference.StackEntryThe value being passed to this call if it is anassertThatorthatcall.(package private) ActualValueInference.StackEntryThe value being passed to this call if it is a boxing call (e.g.,Integer.valueOf).booleaninthashCode()(package private) Stringname()(package private) ActualValueInference.StackEntryreceiver()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.InvocationThe receiver of this call, if it is an instance call.- Specified by:
receiverin classActualValueInference.Invocation
-
actualValue
ActualValueInference.StackEntry actualValue()Description copied from class:ActualValueInference.InvocationThe value being passed to this call if it is anassertThatorthatcall.- Specified by:
actualValuein classActualValueInference.Invocation
-
boxingInput
ActualValueInference.StackEntry boxingInput()Description copied from class:ActualValueInference.InvocationThe value being passed to this call if it is a boxing call (e.g.,Integer.valueOf).- Specified by:
boxingInputin classActualValueInference.Invocation
-
name
String name()- Specified by:
namein classActualValueInference.Invocation
-
toString
-
equals
-
hashCode
public int hashCode()
-