Class ValueRangeAnalysisFactory.RedundantCondition

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
Enclosing class:
ValueRangeAnalysisFactory

public static class ValueRangeAnalysisFactory.RedundantCondition extends Object
  • Constructor Details

    • RedundantCondition

      public RedundantCondition(Location location, String trueCondition, boolean hasDeadCode, Location deadCodeLocation, Location liveCodeLocation, String signature, boolean byType, Number number, boolean border)
  • Method Details

    • isBorder

      public boolean isBorder()
    • getLocation

      public Location getLocation()
    • getTrueCondition

      public String getTrueCondition()
    • isDeadCodeUnreachable

      public boolean isDeadCodeUnreachable()
    • getSignature

      public String getSignature()
    • isByType

      public boolean isByType()
    • getLiveCodeLocation

      public Location getLiveCodeLocation()
    • getDeadCodeLocation

      public Location getDeadCodeLocation()
    • getNumber

      public Number getNumber()