This package contains type definitions used in Modelica.Utilities.
Extends from Modelica.Icons.TypesPackage
(Icon for packages containing type definitions).
Name | Description |
---|---|
Compare | Enumeration defining comparison of two strings |
FileType | Enumeration defining the type of a file |
TokenType | Enumeration defining the token type |
TokenValue | Value of token |
Name | Description |
---|---|
Less | String 1 is lexicographically less than string 2 |
Equal | String 1 is identical to string 2 |
Greater | String 1 is lexicographically greater than string 2 |
Name | Description |
---|---|
NoFile | No file exists |
RegularFile | Regular file |
Directory | Directory |
SpecialFile | Special file (pipe, FIFO, device, etc.) |
Name | Description |
---|---|
RealToken | |
IntegerToken | |
BooleanToken | |
StringToken | |
IdentifierToken | |
DelimiterToken | |
NoToken |
Extends from Modelica.Icons.Record
(Icon for records).
Type | Name | Description |
---|---|---|
TokenType | tokenType | Type of token |
Real | real | Value if tokenType == TokenType.RealToken |
Integer | integer | Value if tokenType == TokenType.IntegerToken |
Boolean | boolean | Value if tokenType == TokenType.BooleanToken |
String | string | Value if tokenType == TokenType.StringToken/IdentifierToken/DelimiterToken |
Generated 2018-12-12 12:14:36 EST by MapleSim.