Package com.google.common.truth
Class AutoValue_ActualValueInference_OpaqueEntry
java.lang.Object
com.google.common.truth.ActualValueInference.StackEntry
com.google.common.truth.ActualValueInference.OpaqueEntry
com.google.common.truth.AutoValue_ActualValueInference_OpaqueEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
(package private) ActualValueInference.InferredType
type()
Methods inherited from class com.google.common.truth.ActualValueInference.OpaqueEntry
toString
Methods inherited from class com.google.common.truth.ActualValueInference.StackEntry
actualValue, description, isSubject
-
Field Details
-
type
-
-
Constructor Details
-
AutoValue_ActualValueInference_OpaqueEntry
AutoValue_ActualValueInference_OpaqueEntry(ActualValueInference.InferredType type)
-
-
Method Details