A Formatter that generates an inheritance graph for a specific class. This Visitor visits the AST upwards, i.e. following the inheritance links, instead of the declarations contained in a given scope.
Operations Summary: | |
__init__(self, os, operations, attributes, levels, types) [Source] | |
visitDeclared(self, type) [Source] | |
visitInheritance(self, node) [Source] | |
visitClass(self, node) [Source] |
Operations Inherited from InheritanceFormatter | |
scope, write, type_ref, type_label, parameter, formatType, clearType, writeNode, writeEdge, getClassName, visitModifier, visitUnknown, visitBase, visitDependent, visitParametrized, visitTemplate, visitOperation, visitVariable |