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.StackEntryActualValueInference.Invocation. actualValue()The value being passed to this call if it is anassertThatorthatcall.(package private) ActualValueInference.StackEntryAutoValue_ActualValueInference_Invocation. actualValue()(package private) abstract ActualValueInference.StackEntryActualValueInference.Invocation. boxingInput()The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf).(package private) ActualValueInference.StackEntryAutoValue_ActualValueInference_Invocation. boxingInput()(package private) abstract ActualValueInference.StackEntryActualValueInference.Invocation. receiver()The receiver of this call, if it is an instance call.(package private) ActualValueInference.StackEntryAutoValue_ActualValueInference_Invocation. 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)
-