Class CallToUnconditionalThrower

All Implemented Interfaces:
Detector, Priorities, org.apache.bcel.classfile.Visitor

public class CallToUnconditionalThrower extends PreorderVisitor implements Detector
  • Field Details

    • DEBUG

      static boolean DEBUG
    • bugReporter

      BugReporter bugReporter
    • analysisContext

      AnalysisContext analysisContext
    • testingEnabled

      private final boolean testingEnabled
  • Constructor Details

    • CallToUnconditionalThrower

      public CallToUnconditionalThrower(BugReporter bugReporter)
  • Method Details