public class ExceptionalYield extends MethodYield
| Constructor and Description |
|---|
ExceptionalYield(ExplodedGraph.Node node,
MethodBehavior behavior) |
ExceptionalYield(MethodBehavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type |
exceptionType() |
int |
hashCode() |
void |
setExceptionType(Type exceptionType) |
Stream<ProgramState> |
statesAfterInvocation(List<SymbolicValue> invocationArguments,
List<Type> invocationTypes,
ProgramState programState,
Supplier<SymbolicValue> svSupplier) |
String |
toString() |
flow, generatedByCheck, parametersAfterInvocationpublic ExceptionalYield(MethodBehavior behavior)
public ExceptionalYield(ExplodedGraph.Node node, MethodBehavior behavior)
public Stream<ProgramState> statesAfterInvocation(List<SymbolicValue> invocationArguments, List<Type> invocationTypes, ProgramState programState, Supplier<SymbolicValue> svSupplier)
statesAfterInvocation in class MethodYieldpublic void setExceptionType(Type exceptionType)
@CheckForNull public Type exceptionType()
public String toString()
toString in class MethodYieldpublic int hashCode()
hashCode in class MethodYieldpublic boolean equals(Object obj)
equals in class MethodYieldCopyright © 2012–2017 SonarSource. All rights reserved.