Searched refs:analyzer (Results 1 – 3 of 3) sorted by relevance
81 void set_analyzer(SolaAnalyzer* analyzer);
73 void SolaTimeScaler::set_analyzer(SolaAnalyzer* analyzer) { in set_analyzer() argument76 analyzer_ = analyzer; in set_analyzer()
61 The goal of the analyzer is to create a graph of all the classes from the input JAR64 To do that, the analyzer is created with a list of base classes to keep -- everything68 The analyzer is also given a list of class names to keep in the output.74 With this information, the analyzer parses the input zip to find all the classes.81 The output of the analyzer is a set of ASM ClassReader instances which are then