Get the dimension of the array.
The number of dimensions of the array.
Get the element type of the array.
The type of the elements in the array.
The syntax component identifier, i.e. NumberType.
The identifier.
The lexeme name of the type, i.e. int, number, string.
The name.
Whether this type is supported by the current implementation.
Usually, only InvalidType | InvalidType
should be marked as unsupported.
Whether the type is supported.
Array type is a composite type that contains elements of a specific type.