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