public class ReturnVoidStmt extends Statement
| Constructor and Description |
|---|
ReturnVoidStmt(SceneObject sceneObject) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgramState> |
computeSuccessors(ProgramState programState)
Returns the resulting heap with exit location (-1)
|
ViolationPoints |
getPotentialViolationPoints() |
Set<Integer> |
getSuccessorPCs() |
boolean |
needsCanonicalization() |
String |
toString() |
scenepublic ReturnVoidStmt(SceneObject sceneObject)
public Collection<ProgramState> computeSuccessors(ProgramState programState)
programState - The state on which the abstract program semantics shall be executed.public ViolationPoints getPotentialViolationPoints()
public Set<Integer> getSuccessorPCs()
public boolean needsCanonicalization()
Copyright © 2019. All rights reserved.