public static class ValueRangeAnalysisFactory.RedundantCondition extends Object
| Constructor and Description |
|---|
ValueRangeAnalysisFactory.RedundantCondition(Location location,
String trueCondition,
boolean hasDeadCode,
Location deadCodeLocation,
Location liveCodeLocation,
String signature,
boolean byType,
Number number,
boolean border) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getDeadCodeLocation() |
Location |
getLiveCodeLocation() |
Location |
getLocation() |
Number |
getNumber() |
String |
getSignature() |
String |
getTrueCondition() |
boolean |
isBorder() |
boolean |
isByType() |
boolean |
isDeadCodeUnreachable() |
public boolean isBorder()
public Location getLocation()
public String getTrueCondition()
public boolean isDeadCodeUnreachable()
public String getSignature()
public boolean isByType()
public Location getLiveCodeLocation()
public Location getDeadCodeLocation()
public Number getNumber()
Copyright © 2003–2015. All rights reserved.