public class ReturnValueStmt extends Statement
| Constructor and Description |
|---|
ReturnValueStmt(SceneObject sceneObject,
Value returnValue,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgramState> |
computeSuccessors(ProgramState programState)
Executes a single step of the abstract program semantics on the given program state.
|
ViolationPoints |
getPotentialViolationPoints() |
Set<Integer> |
getSuccessorPCs() |
boolean |
needsCanonicalization() |
boolean |
needsMaterialization(ProgramState programState) |
String |
toString() |
scenepublic ReturnValueStmt(SceneObject sceneObject, Value returnValue, Type type)
public Collection<ProgramState> computeSuccessors(ProgramState programState)
SemanticsCommandprogramState - The state on which the abstract program semantics shall be executed.public boolean needsMaterialization(ProgramState programState)
public ViolationPoints getPotentialViolationPoints()
public Set<Integer> getSuccessorPCs()
public boolean needsCanonicalization()
Copyright © 2019. All rights reserved.