public interface SemanticsCommand
ProgramState.| 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() |
Collection<ProgramState> computeSuccessors(ProgramState programState)
programState - The state on which the abstract program semantics shall be executed.ViolationPoints getPotentialViolationPoints()
Set<Integer> getSuccessorPCs()
boolean needsCanonicalization()
Copyright © 2018. All rights reserved.