Class BuildInterproceduralCallGraph

    • Constructor Detail

      • BuildInterproceduralCallGraph

        public BuildInterproceduralCallGraph​(BugReporter bugReporter)
        Constructor.
        Parameters:
        bugReporter - the BugReporter to use
    • Method Detail

      • visitMethod

        public void visitMethod​(org.apache.bcel.classfile.Method obj)
        Specified by:
        visitMethod in interface org.apache.bcel.classfile.Visitor
        Overrides:
        visitMethod in class BetterVisitor
      • report

        public void report()
        Description copied from interface: Detector
        This method is called after all classes to be visited. It should be used by any detectors which accumulate information over all visited classes to generate results.
        Specified by:
        report in interface Detector
        Overrides:
        report in class BytecodeScanningDetector