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.StackEntryThe value being passed to this call if it is anassertThatorthatcall.(package private) abstract ActualValueInference.StackEntryThe 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.StackEntryderiveEntry(ActualValueInference.InferredType type, boolean hasParams) (package private) final boolean(package private) abstract Stringname()(package private) abstract ActualValueInference.StackEntryreceiver()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 anassertThatorthatcall. -
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()
-