Package com.google.common.truth
Class AutoValue_ActualValueInference_FrameInfo
java.lang.Object
com.google.common.truth.ActualValueInference.FrameInfo
com.google.common.truth.AutoValue_ActualValueInference_FrameInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> private final com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ActualValueInference_FrameInfo(com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals, com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()(package private) com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals()(package private) com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack()toString()Methods inherited from class com.google.common.truth.ActualValueInference.FrameInfo
create
-
Field Details
-
locals
-
stack
-
-
Constructor Details
-
AutoValue_ActualValueInference_FrameInfo
AutoValue_ActualValueInference_FrameInfo(com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals, com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack)
-
-
Method Details
-
locals
com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> locals()- Specified by:
localsin classActualValueInference.FrameInfo
-
stack
com.google.common.collect.ImmutableList<ActualValueInference.StackEntry> stack()- Specified by:
stackin classActualValueInference.FrameInfo
-
toString
-
equals
-
hashCode
public int hashCode()
-