Module dev.civl.mc
Package dev.civl.mc.model.IF.location
package dev.civl.mc.model.IF.location
Submodule model.location defines a location in the control flow graph of CIVL.
-
ClassDescriptionThe parent of all locations.Atomic flags of a location: NONE: no $atomic boundary; ATOMIC_ENTER/ATOM_ENTER: the location is the starting point of an $atomic block; ATOMIC_EXIT/ATOM_EXIT: the location is the ending point of an $atomic block.