Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
ASG
class Function
File:
../Synopsis/ASG.py
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
)
Attributes Summary:
_real_name
premodifier
return_type
parameters
postmodifier
exceptions
Class attributes Summary:
real_name
Methods Summary:
__init__
(
self
,
file
,
line
,
type
,
premod
,
return_type
,
postmod
,
name
,
real_name
)
accept
(
self
,
visitor
)
Attributes Inherited from Declaration
file
,
line
,
name
,
type
,
accessibility
,
annotations
Private Methods Details:
__cmp__
(
self
,
other
)
Recursively compares the typespec of the function
Generated on Thu Apr 16 16:26:54 2009 by
synopsis
(version devel)