This command returns the list of type objects that are defined in the current
.gen
file. This list may be filtered with the optional pattern argument. Each element of the returned list is a type command that can be used to access detailed information about that particular type object.Parameters:
Returns:
- pattern
- Filter the type names with pattern. The filter may contain a glob-like pattern (with
*
or?
wildcards). Only the types whose name match the pattern will be returned.A list of type objects of classtype
.