Uses of Interface
dev.civl.mc.model.IF.type.CIVLBundleType
Packages that use CIVLBundleType
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of CIVLBundleType in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return CIVLBundleTypeModifier and TypeMethodDescriptionCIVLTypeFactory.bundleType()Gets the CIVL bundle type, which is unique for a given CIVL model.Model.bundleType()CIVLTypeFactory.initBundleType()Initializes the bundle type of the model and return the result.Methods in dev.civl.mc.model.IF with parameters of type CIVLBundleTypeModifier and TypeMethodDescriptionvoidCIVLTypeFactory.completeBundleType(CIVLBundleType bundleType, List<CIVLType> eleTypes, Collection<dev.civl.sarl.IF.type.SymbolicType> types) Completes the bundle type by specifying the list of all dynamic types which can occur as bundle elements.voidModel.setBundleType(CIVLBundleType type) updates the bundle type of the model