Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
ASG
class Visitor
File:
../Synopsis/ASG.py
Visitor for ASG nodes
Methods Summary:
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_array_type_id
(
self
,
type
)
visit_template_id
(
self
,
type
)
visit_parametrized_type_id
(
self
,
type
)
visit_function_type_id
(
self
,
type
)
visit_dependent_type_id
(
self
,
type
)
visit_declaration
(
self
,
node
)
visit_builtin
(
self
,
node
)
Visit a Builtin instance.
visit_using_directive
(
self
,
node
)
visit_using_declaration
(
self
,
node
)
visit_macro
(
self
,
node
)
visit_forward
(
self
,
node
)
visit_group
(
self
,
node
)
visit_scope
(
self
,
node
)
visit_module
(
self
,
node
)
visit_meta_module
(
self
,
node
)
visit_class
(
self
,
node
)
visit_class_template
(
self
,
node
)
visit_typedef
(
self
,
node
)
visit_enumerator
(
self
,
node
)
visit_enum
(
self
,
node
)
visit_variable
(
self
,
node
)
visit_const
(
self
,
node
)
visit_function
(
self
,
node
)
visit_function_template
(
self
,
node
)
visit_operation
(
self
,
node
)
visit_operation_template
(
self
,
node
)
visit_parameter
(
self
,
node
)
visit_inheritance
(
self
,
node
)
Methods Details:
visit_builtin
(
self
,
node
)
Visit a Builtin instance. By default do nothing. Processors who operate on Builtin nodes have to provide an appropriate implementation.
Generated on Thu Apr 16 16:26:54 2009 by
synopsis
(version devel)