module Synopsis.ASG
class Function
Function-inheritance Scopes/Synopsis/ASG/FunctionTemplate.html Scopes/Synopsis/Formatters/HTML/HTML/Formatter.html Scopes/Synopsis/Formatters/HTML/Views/InheritanceGraph/InheritanceGraph.html Scopes/Synopsis/Processors/TypeMapper/TypeMapper.html Scopes/Synopsis/Formatters/HTML/Views/NameIndex/NameIndex.html Scopes/Synopsis/ASG/Operation.html Scopes/Synopsis/ASG/Declaration.html
Function declaration. Note that function names are stored in mangled form to allow overriding. Formatters should use the real_name to extract the unmangled name.
Private Methods Summary:
  __cmp__(self, other)
references
source code
Attributes Summary:
source code
source code
source code
source code
source code
source code
Class attributes Summary:
source code
Methods Summary:
  __init__(self, file, line, type, premod, return_type, postmod, name, real_name)
references
source code
  accept(self, visitor)
references
source code
Attributes Inherited from Declaration
file, line, name, type, accessibility, annotations
Private Methods Details:
  __cmp__(self, other)
references
source code
Recursively compares the typespec of the function