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.StackEntryprivate final ActualValueInference.InferredType -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ActualValueInference_SubjectEntry(ActualValueInference.InferredType type, ActualValueInference.StackEntry actualValue) -
Method Summary
Modifier and TypeMethodDescription(package private) ActualValueInference.StackEntrybooleaninthashCode()(package private) ActualValueInference.InferredTypetype()Methods inherited from class com.google.common.truth.ActualValueInference.SubjectEntry
isSubject, toStringMethods 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:
typein classActualValueInference.StackEntry
-
actualValue
ActualValueInference.StackEntry actualValue()- Specified by:
actualValuein classActualValueInference.SubjectEntry
-
equals
-
hashCode
public int hashCode()
-