Uses of Interface
dev.civl.mc.model.IF.Scope

Packages that use Scope
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
 
Submodule model.expression defines expression in CIVL.
Submodule model.location defines a location in the control flow graph of CIVL.
Submodule model.statement defines a statement of a CIVL-C program.
Submodule model.type defines types in CIVL.
Submodule model.variable defines variables in CIVL.
Module semantics implements the semantics of CIVL-C.
Module state is responsible for the creation and manipulation of states of a CIVL model.