Next: , Previous: language pass, Up: language


Code for accessing structure members
— TCL Backend: language member type mlist

Return the language construction to access a member of a type. mlist is a list interpreted as follow: if it starts with a letter, type should be an aggregate type (like struct); if it starts with a numeric digit, type should be an array type (like sequence).

Parameters:

type
A 'type' object.
mlist
A list of hierachical members to access.