Uses of Package
dev.civl.mc.model.IF.location
Packages that use dev.civl.mc.model.IF.location
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.location defines a location in the control flow graph of CIVL.
Submodule model.statement defines a statement of a CIVL-C program.
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Classes in dev.civl.mc.model.IF.location used by dev.civl.mc.model.IF
-
Classes in dev.civl.mc.model.IF.location used by dev.civl.mc.model.IF.contract
-
Classes in dev.civl.mc.model.IF.location used by dev.civl.mc.model.IF.locationClassDescriptionAtomic 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.
-
Classes in dev.civl.mc.model.IF.location used by dev.civl.mc.model.IF.statementClassDescriptionThe 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.
-
Classes in dev.civl.mc.model.IF.location used by dev.civl.mc.state.IF