Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Formatters
.
Texinfo
class Formatter
File:
../Synopsis/Formatters/Texinfo.py
The type visitors should generate names relative to the current scope. The generated references however are fully scoped names.
Methods Summary:
process
(
self
,
ir
,
*
*
kwds
)
write
(
self
,
text
)
type_label
(
self
)
decl_label
(
self
,
decl
)
format_type
(
self
,
type
)
format_comments
(
self
,
decl
)
visit_builtin_type_id
(
self
,
type
)
visit_unknown_type_id
(
self
,
type
)
visit_declared_type_id
(
self
,
type
)
visit_modifier_type_id
(
self
,
type
)
visit_parametrized_type_id
(
self
,
type
)
visit_function_type_id
(
self
,
type
)
visit_declarator
(
self
,
node
)
visit_typedef
(
self
,
typedef
)
visit_variable
(
self
,
variable
)
visit_const
(
self
,
const
)
visit_module
(
self
,
module
)
visit_class
(
self
,
class_
)
visit_inheritance
(
self
,
inheritance
)
visit_parameter
(
self
,
parameter
)
visit_function
(
self
,
function
)
visit_operation
(
self
,
operation
)
visit_enumerator
(
self
,
enumerator
)
visit_enum
(
self
,
enum
)
Methods Details:
format_type
(
self
,
type
)
Returns a reference string for the given type object
Generated on Thu Apr 16 16:26:57 2009 by
synopsis
(version devel)