class documentation

class FunctionDefinitionMap(_StaticAnalyzer): (source)

Constructor: FunctionDefinitionMap(root)

View In Hierarchy

Class for retrieving functions definitions in a file

Method __init__ No summary
Method map Get the function 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.

Get the function definitions

Undocumented