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(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, parametersAfterInvocation
public 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 MethodYield
public void setExceptionType(String exceptionType)
public Type exceptionType(SemanticModel semanticModel)
public String toString()
toString
in class MethodYield
public int hashCode()
hashCode
in class MethodYield
public boolean equals(Object obj)
equals
in class MethodYield
Copyright © 2012–2017 SonarSource. All rights reserved.