Package com.google.common.truth
Class AutoValue_ActualValueInference_SubjectEntry
java.lang.Object
com.google.common.truth.ActualValueInference.StackEntry
com.google.common.truth.ActualValueInference.SubjectEntry
com.google.common.truth.AutoValue_ActualValueInference_SubjectEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ActualValueInference.StackEntry
private final ActualValueInference.InferredType
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ActualValueInference_SubjectEntry
(ActualValueInference.InferredType type, ActualValueInference.StackEntry actualValue) -
Method Summary
Modifier and TypeMethodDescription(package private) ActualValueInference.StackEntry
boolean
int
hashCode()
(package private) ActualValueInference.InferredType
type()
Methods inherited from class com.google.common.truth.ActualValueInference.SubjectEntry
isSubject, toString
Methods inherited from class com.google.common.truth.ActualValueInference.StackEntry
description
-
Field Details
-
type
-
actualValue
-
-
Constructor Details
-
AutoValue_ActualValueInference_SubjectEntry
AutoValue_ActualValueInference_SubjectEntry(ActualValueInference.InferredType type, ActualValueInference.StackEntry actualValue)
-
-
Method Details
-
type
- Specified by:
type
in classActualValueInference.StackEntry
-
actualValue
ActualValueInference.StackEntry actualValue()- Specified by:
actualValue
in classActualValueInference.SubjectEntry
-
equals
-
hashCode
public int hashCode()
-