Package com.google.common.truth
Class ActualValueInference.FrameInfo
java.lang.Object
com.google.common.truth.ActualValueInference.FrameInfo
- Direct Known Subclasses:
AutoValue_ActualValueInference_FrameInfo
- Enclosing class:
- ActualValueInference
A value class to represent a frame.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ActualValueInference.FrameInfo
create
(com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals, com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack) (package private) abstract com.google.common.collect.ImmutableList<ActualValueInference.StackEntry>
locals()
(package private) abstract com.google.common.collect.ImmutableList<ActualValueInference.StackEntry>
stack()
-
Constructor Details
-
FrameInfo
FrameInfo()
-
-
Method Details
-
create
static ActualValueInference.FrameInfo create(com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals, com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack) -
locals
-
stack
-