Package com.google.common.truth
Class ActualValueInference.OpaqueEntry
- java.lang.Object
-
- com.google.common.truth.ActualValueInference.StackEntry
-
- com.google.common.truth.ActualValueInference.OpaqueEntry
-
- Direct Known Subclasses:
AutoValue_ActualValueInference_OpaqueEntry
- Enclosing class:
- ActualValueInference
abstract static class ActualValueInference.OpaqueEntry extends ActualValueInference.StackEntry
An entry that we know nothing about except for its type.
-
-
Constructor Summary
Constructors Constructor Description OpaqueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.google.common.truth.ActualValueInference.StackEntry
actualValue, description, isSubject, type
-
-