public class MethodYield extends Object
| Constructor and Description |
|---|
MethodYield(int arity,
boolean varArgs) |
MethodYield(int arity,
boolean varArgs,
ExplodedGraph.Node node,
MethodBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type |
exceptionType() |
List<JavaFileScannerContext.Location> |
flow(int parameterIndex) |
int |
hashCode() |
Stream<ProgramState> |
statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
String |
toString() |
public MethodYield(int arity,
boolean varArgs,
ExplodedGraph.Node node,
MethodBehavior behavior)
public MethodYield(int arity,
boolean varArgs)
public Stream<ProgramState> statesAfterInvocation(List<SymbolicValue> invocationArguments, List<Type> invocationTypes, ProgramState programState, Supplier<SymbolicValue> svSupplier)
public List<JavaFileScannerContext.Location> flow(int parameterIndex)
@CheckForNull public Type exceptionType()
Copyright © 2012–2017 SonarSource. All rights reserved.