public class Skip extends Statement
| Constructor and Description |
|---|
Skip(SceneObject sceneObject,
int nextPC) |
| 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() |
String |
toString() |
scenepublic Skip(SceneObject sceneObject, int nextPC)
public Collection<ProgramState> computeSuccessors(ProgramState programState)
SemanticsCommandprogramState - The state on which the abstract program semantics shall be executed.public ViolationPoints getPotentialViolationPoints()
public Set<Integer> getSuccessorPCs()
public boolean needsCanonicalization()
Copyright © 2018. All rights reserved.