Uses of Class
com.google.common.truth.ActualValueInference.Nullable
-
-
Uses of ActualValueInference.Nullable in com.google.common.truth
Methods in com.google.common.truth with annotations of type ActualValueInference.Nullable Modifier and Type Method Description (package private) abstract ActualValueInference.StackEntry
ActualValueInference.Invocation. actualValue()
The value being passed to this call if it is anassertThat
orthat
call.(package private) ActualValueInference.StackEntry
AutoValue_ActualValueInference_Invocation. actualValue()
(package private) abstract ActualValueInference.StackEntry
ActualValueInference.Invocation. boxingInput()
The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf
).(package private) ActualValueInference.StackEntry
AutoValue_ActualValueInference_Invocation. boxingInput()
(package private) abstract ActualValueInference.StackEntry
ActualValueInference.Invocation. receiver()
The receiver of this call, if it is an instance call.(package private) ActualValueInference.StackEntry
AutoValue_ActualValueInference_Invocation. receiver()
Method parameters in com.google.common.truth with annotations of type ActualValueInference.Nullable Modifier and Type Method Description (package private) ActualValueInference.Invocation.Builder
AutoValue_ActualValueInference_Invocation.Builder. setActualValue(ActualValueInference.StackEntry actualValue)
(package private) ActualValueInference.Invocation.Builder
AutoValue_ActualValueInference_Invocation.Builder. setBoxingInput(ActualValueInference.StackEntry boxingInput)
(package private) ActualValueInference.Invocation.Builder
AutoValue_ActualValueInference_Invocation.Builder. setReceiver(ActualValueInference.StackEntry receiver)
Constructor parameters in com.google.common.truth with annotations of type ActualValueInference.Nullable Constructor Description AutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, java.lang.String name)
AutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, java.lang.String name)
AutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, java.lang.String name)
-