Next: , Previous: dotgen parse, Up: TCL Engine


Data type definitions from the specification
— TCL Backend: dotgen types [pattern]

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:

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.
Returns:
A list of type objects of class type.