Uses of Annotation Interface
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.NullableModifier and TypeMethodDescription(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.NullableModifierConstructorDescriptionprivateAutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name) privateAutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name) privateAutoValue_ActualValueInference_Invocation(ActualValueInference.StackEntry receiver, ActualValueInference.StackEntry actualValue, ActualValueInference.StackEntry boxingInput, String name)