Modifier and Type | Method and Description |
---|---|
void |
ReferenceAnalyzer.notifyArgument(SerializedArgument argument) |
void |
TreeAnalysisListener.notifyArgument(SerializedArgument argument) |
Stream<Object> |
HintManager.visitArgument(SerializedArgument argument) |
T |
MappedRoleVisitor.visitArgument(SerializedArgument argument) |
Object |
SimpleDeserializer.visitArgument(SerializedArgument argument) |
Modifier and Type | Method and Description |
---|---|
Computation |
SetupGenerators.Generator.visitArgument(SerializedArgument argument) |
Modifier and Type | Method and Description |
---|---|
Computation |
MatcherGenerators.Generator.visitArgument(SerializedArgument argument) |
Modifier and Type | Field and Description |
---|---|
protected SerializedArgument[] |
AbstractSerializedInteraction.arguments |
Modifier and Type | Method and Description |
---|---|
protected SerializedArgument[] |
AbstractSerializedInteraction.argumentsOf(SerializedValue[] argumentValues) |
SerializedArgument[] |
AbstractSerializedInteraction.getArguments() |
SerializedArgument[] |
SerializedInteraction.getArguments() |
SerializedArgument[] |
ContextSnapshot.getExpectArgs() |
SerializedArgument[] |
ContextSnapshot.getSetupArgs() |
Modifier and Type | Method and Description |
---|---|
Optional<SerializedArgument> |
ContextSnapshot.onExpectArg(int index) |
Optional<SerializedArgument> |
ContextSnapshot.onSetupArg(int index) |
Stream<SerializedArgument> |
ContextSnapshot.streamExpectArgs() |
Stream<SerializedArgument> |
ContextSnapshot.streamSetupArgs() |
Modifier and Type | Method and Description |
---|---|
int |
SerializedArgument.compareTo(SerializedArgument o) |
T |
RoleVisitor.visitArgument(SerializedArgument argument) |
Modifier and Type | Method and Description |
---|---|
String |
ValuePrinter.visitArgument(SerializedArgument argument) |
Copyright © 2020. All rights reserved.