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
An 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 -
Method Summary
Modifier and TypeMethodDescription(package private) ActualValueInference.StackEntry
(package private) String
(package private) boolean
(package private) abstract ActualValueInference.InferredType
type()
-
Constructor Details
-
StackEntry
StackEntry()
-
-
Method Details
-
type
-
isSubject
boolean isSubject() -
actualValue
ActualValueInference.StackEntry actualValue() -
description
String description()
-