This class compiles a set of text-based xref files from the C++ parser into a cPickled data structure with a name index.
The format of the data structure is:
(data, index) = cPickle.load() data = dictThe scoped targetnames in the index are guaranteed to exist in the data dictionary.index = dict > target_data = (definitions = list , func calls = list , references = list ) target_info = (filename, int(line number), scoped context name)
Operations Summary: | |
__init__(self) [Source] | |
execute(self, ast) [Source] |