class documentation

class ClassDefinitionMap(_StaticAnalyzer): (source)

Constructor: ClassDefinitionMap(root)

View In Hierarchy

Class for retrieving class definitions in a file

Method __init__ No summary
Method map Get the class definitions
Instance Variable root Undocumented

Inherited from _StaticAnalyzer:

Static Method read_file Read a file as tokens
Method check Undocumented
Instance Variable file_name Undocumented
def __init__(self, root): (source)
Parameters
rootThe root node of the input source file.
def map(self) -> List[ScalpelClass]: (source)

Get the class definitions

Undocumented