Uses of Package
dev.civl.mc.model.IF.statement
Packages that use dev.civl.mc.model.IF.statement
Package
Description
Module analysis provides a list of analyzers for static/runtime analyzing of a program.
Module kripke provides the definition of various
transitions and the enabler and state manager of CIVL.
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.
Module semantics implements the semantics of CIVL-C.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.analysis.IFClassDescriptionA function call or spawn.The parent of all statements.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.kripke.IFClassDescriptionA function call or spawn.The parent of all statements.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.model.IFClassDescriptionAn assignment statement.A function call or spawn.This represents the first part of a $parfor construct, i.e., spawning processes according the specified domain.A statement for dynamic allocation of objects.Marker interface for a noop statement.The parent of all statements.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.model.IF.expression
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.model.IF.locationClassDescriptionA function call or spawn.The parent of all statements.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.model.IF.statementClassDescriptionA function call or spawn.Marker interface for a noop statement.The parent of all statements.Different kinds of statements.
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.model.IF.type
-
Classes in dev.civl.mc.model.IF.statement used by dev.civl.mc.semantics.IFClassDescriptionA function call or spawn.The parent of all statements.