Class CFGProcessor

All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("*") public class CFGProcessor extends BasicTypeProcessor
Generate the control flow graph of a given method in a given class. See CFGVisualizeLauncher for example usage.