Uses of Interface
dev.civl.mc.model.IF.type.CIVLPrimitiveType
Packages that use CIVLPrimitiveType
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.type defines types in CIVL.
-
Uses of CIVLPrimitiveType in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return CIVLPrimitiveTypeModifier and TypeMethodDescriptionCIVLTypeFactory.booleanType()Get the boolean primitive type.CIVLTypeFactory.charType()Get the char primitive type.CIVLTypeFactory.dynamicType()Get the dynamic type.CIVLTypeFactory.integerType()Get the integer primitive type.CIVLTypeFactory.processType()Get the process type.CIVLTypeFactory.realType()Get the real primitive type.CIVLTypeFactory.voidType()Returns the void type. -
Uses of CIVLPrimitiveType in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return CIVLPrimitiveTypeModifier and TypeMethodDescriptionRealLiteralExpression.getExpressionType()Returns the real type. -
Uses of CIVLPrimitiveType in dev.civl.mc.model.IF.type
Subinterfaces of CIVLPrimitiveType in dev.civl.mc.model.IF.typeModifier and TypeInterfaceDescriptioninterfaceThe $scope type in the CIVL-C language.interfaceMethods in dev.civl.mc.model.IF.type with parameters of type CIVLPrimitiveTypeModifier and TypeMethodDescriptionCIVLType.copyAs(CIVLPrimitiveType type, dev.civl.sarl.IF.SymbolicUniverse universe) StructOrUnionField.copyAs(CIVLPrimitiveType type, dev.civl.sarl.IF.SymbolicUniverse universe)