Package com.google.common.truth
Class ActualValueInference.StackEntry
- java.lang.Object
-
- com.google.common.truth.ActualValueInference.StackEntry
-
- Direct Known Subclasses:
ActualValueInference.DescribedEntry,ActualValueInference.OpaqueEntry,ActualValueInference.SubjectEntry
- Enclosing class:
- ActualValueInference
abstract static class ActualValueInference.StackEntry extends java.lang.ObjectAn entry on the stack (or the local-variable table) with a type and sometimes a description of how the value was produced or, as a special case, whether the value is a Truth subject.
-
-
Constructor Summary
Constructors Constructor Description StackEntry()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) ActualValueInference.StackEntryactualValue()(package private) java.lang.Stringdescription()(package private) booleanisSubject()(package private) abstract ActualValueInference.InferredTypetype()
-
-
-
Method Detail
-
type
abstract ActualValueInference.InferredType type()
-
isSubject
boolean isSubject()
-
actualValue
ActualValueInference.StackEntry actualValue()
-
description
java.lang.String description()
-
-