Class ValueRangeAnalysisFactory.RedundantCondition
java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
- Enclosing class:
ValueRangeAnalysisFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
-
trueCondition
-
signature
-
byType
private final boolean byType -
hasDeadCode
private final boolean hasDeadCode -
border
private final boolean border -
deadCodeLocation
-
liveCodeLocation
-
number
-
-
Constructor Details
-
RedundantCondition
-
-
Method Details
-
isBorder
public boolean isBorder() -
getLocation
-
getTrueCondition
-
isDeadCodeUnreachable
public boolean isDeadCodeUnreachable() -
getSignature
-
isByType
public boolean isByType() -
getLiveCodeLocation
-
getDeadCodeLocation
-
getNumber
-