Trees | Indices | Help |
|
---|
|
object --+ | decl_visitor.decl_visitor_t --+ | decl_printer_t
Helper class for printing decl tree.
This class provides more information than the __str__() methods do. The class is not just meant to provide a unique "id" for a declaration but to inspect an entire declaration tree. This is particularly useful for new users who want to find out how Py++ works and how it stores its data.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Class Variables | |
JUSTIFY = 20
|
|
INDENT_SIZE = 4
|
Properties | |
recursive | |
level | |
print_details | |
writer | |
instance |
Method Details |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property Details |
recursive
|
level
|
print_details
|
writer
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:05 2008 | http://epydoc.sourceforge.net |