Modelica.Utilities.Types

Type definitions used in package Modelica.Utilities

Information

This package contains type definitions used in Modelica.Utilities.

Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).

Package Content

Name Description
Modelica.Utilities.Types.Compare Compare Enumeration defining comparison of two strings
Modelica.Utilities.Types.FileType FileType Enumeration defining the type of a file
Modelica.Utilities.Types.TokenType TokenType Enumeration defining the token type
Modelica.Utilities.Types.TokenValue TokenValue Value of token

Modelica.Utilities.Types.Compare

Enumeration defining comparison of two strings

Modelica.Utilities.Types.FileType

Enumeration defining the type of a file

Modelica.Utilities.Types.TokenType

Enumeration defining the token type

Modelica.Utilities.Types.TokenValue Modelica.Utilities.Types.TokenValue

Value of token

Information

Extends from Modelica.Icons.Record (Icon for records).

Contents

NameDescription
tokenTypeType of token
realValue if tokenType == TokenType.RealToken
integerValue if tokenType == TokenType.IntegerToken
booleanValue if tokenType == TokenType.BooleanToken
stringValue if tokenType == TokenType.StringToken/IdentifierToken/DelimiterToken
Automatically generated Tue Feb 24 16:59:32 2026.