public class GotoStmt extends Statement
| Constructor and Description |
|---|
GotoStmt(SceneObject sceneObject,
int nextPC) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgramState> |
computeSuccessors(ProgramState state)
Executes a single step of the abstract program semantics on the given program state.
|
ViolationPoints |
getPotentialViolationPoints() |
Set<Integer> |
getSuccessorPCs() |
boolean |
needsCanonicalization() |
String |
toString() |
scenepublic GotoStmt(SceneObject sceneObject, int nextPC)
public Collection<ProgramState> computeSuccessors(ProgramState state)
SemanticsCommandstate - 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.