Package com.google.common.truth
Class ActualValueInference.Invocation
java.lang.Object
com.google.common.truth.ActualValueInference.Invocation
- Direct Known Subclasses:
AutoValue_ActualValueInference_Invocation
- Enclosing class:
- ActualValueInference
A method invocation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract ActualValueInference.StackEntry
The value being passed to this call if it is anassertThat
orthat
call.(package private) abstract ActualValueInference.StackEntry
The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf
).(package private) static ActualValueInference.Invocation.Builder
(package private) final ActualValueInference.StackEntry
deriveEntry
(ActualValueInference.InferredType type, boolean hasParams) (package private) final boolean
(package private) abstract String
name()
(package private) abstract ActualValueInference.StackEntry
receiver()
The receiver of this call, if it is an instance call.
-
Constructor Details
-
Invocation
Invocation()
-
-
Method Details
-
builder
-
receiver
The receiver of this call, if it is an instance call. -
actualValue
The value being passed to this call if it is anassertThat
orthat
call. -
boxingInput
The value being passed to this call if it is a boxing call (e.g.,Integer.valueOf
). -
name
-
deriveEntry
final ActualValueInference.StackEntry deriveEntry(ActualValueInference.InferredType type, boolean hasParams) -
isOnSubjectInstance
final boolean isOnSubjectInstance()
-