Uses of Enum Class
dev.civl.mc.model.IF.type.CIVLPrimitiveType.PrimitiveTypeKind
Packages that use CIVLPrimitiveType.PrimitiveTypeKind
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.type defines types in CIVL.
-
Uses of CIVLPrimitiveType.PrimitiveTypeKind in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF with parameters of type CIVLPrimitiveType.PrimitiveTypeKindModifier and TypeMethodDescriptionstatic dev.civl.sarl.IF.object.StringObjectModelConfiguration.getSizeofPrimitiveTypeName(dev.civl.sarl.IF.SymbolicUniverse universe, CIVLPrimitiveType.PrimitiveTypeKind kind) Returns the name of the unique symbolic constant which represents the value of the size of a specificCIVLPrimitiveType. -
Uses of CIVLPrimitiveType.PrimitiveTypeKind in dev.civl.mc.model.IF.type
Methods in dev.civl.mc.model.IF.type that return CIVLPrimitiveType.PrimitiveTypeKindModifier and TypeMethodDescriptionCIVLPrimitiveType.primitiveTypeKind()Returns the enum constant of this class with the specified name.static CIVLPrimitiveType.PrimitiveTypeKind[]CIVLPrimitiveType.PrimitiveTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.