class documentation
        
        class Function(object):
Parsed function.
| Method | __init__ | 
    Undocumented | 
| Method | __repr__ | 
    Undocumented | 
| Property | name | 
    Name of the function. | 
| Property | parameters | 
    Parameters of the function as list of Parameter. | 
  
| Property | return | 
    Return type of the function as Type. | 
  
| Instance Variable | _name | 
    Undocumented | 
| Instance Variable | _parameters | 
    Undocumented | 
| Instance Variable | _return | 
    Undocumented |