Package com.google.common.truth
Class ActualValueInference.DescribedEntry
- java.lang.Object
-
- com.google.common.truth.ActualValueInference.StackEntry
-
- com.google.common.truth.ActualValueInference.DescribedEntry
-
- Direct Known Subclasses:
AutoValue_ActualValueInference_DescribedEntry
- Enclosing class:
- ActualValueInference
abstract static class ActualValueInference.DescribedEntry extends ActualValueInference.StackEntry
An entry that contains a description of how it was created. Currently, the only case in which we provide a description is when the value comes from a method call whose name looks "interesting."
-
-
Constructor Summary
Constructors Constructor Description DescribedEntry()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract java.lang.String
description()
java.lang.String
toString()
-
Methods inherited from class com.google.common.truth.ActualValueInference.StackEntry
actualValue, isSubject, type
-
-
-
-
Method Detail
-
description
abstract java.lang.String description()
- Overrides:
description
in classActualValueInference.StackEntry
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-