m2isar.metamodel.type_info
This module contains helper data_type classes for modeling Symbol and data types for the architectural part of an M2-ISA-R model. The architectural part is anything but the functional behavior of functions and instructions.
Attributes
Classes
Generic enumeration. |
|
Module Contents
- class TypeKind[source]
Bases:
enum.EnumGeneric enumeration.
Derive from this class to define new enumerations.
- class ArrayType(element_type: PrimitiveType | FloatType, length: int)[source]
- element_type: PrimitiveType | FloatType[source]