Uses of Package
dev.civl.mc.model.IF.type
Packages that use dev.civl.mc.model.IF.type
Package
Description
Module dynamic provides general computations of symbolic expressions,
including the pretty printing method.
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.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.
-
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.dynamic.IF
-
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.model.IFClassDescriptionThe type for an array of T.The type for an array of T where the extent is specified.This is the only one CIVLDomainType associated to the $domain type in program.An enumeration type.A
CIVLTyperepresenting a set of memory locations.Type of a pointer.A primitive type is a type of which there is only one instance.The $scope type in the CIVL-C language.ACIVLTyperepresenting a set of a non-set kind CIVLType.Represents a "record" type (i.e.Parent of all types.A field in a struct has a name and a type. -
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.model.IF.expressionClassDescriptionThe type for an array of T where the extent is specified.A primitive type is a type of which there is only one instance.Parent of all types.
-
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.model.IF.statement
-
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.model.IF.typeClassDescriptionThe type for an array of T.Implementations of
CIVLMemType.MemoryLocationReferencerepresent references to a subset of a value of a variable/heap objectA primitive type is a type of which there is only one instance.ACIVLTyperepresenting a set of a non-set kind CIVLType.Represents a "record" type (i.e.Parent of all types.A field in a struct has a name and a type. -
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.model.IF.variable
-
Classes in dev.civl.mc.model.IF.type used by dev.civl.mc.semantics.IF