public class AlwaysTrueOrFalseExpressionCollector extends Object
| Constructor and Description |
|---|
AlwaysTrueOrFalseExpressionCollector() |
| Modifier and Type | Method and Description |
|---|---|
static Flow |
addIssueLocation(Flow flow,
Tree issueTree,
boolean conditionIsAlwaysTrue) |
Set<Tree> |
alwaysFalse() |
Set<Tree> |
alwaysTrue() |
Set<Flow> |
flowForExpression(Tree expression) |
static boolean |
hasUnreachableCode(Tree booleanExpr,
boolean isTrue) |
public AlwaysTrueOrFalseExpressionCollector()
Copyright © 2012–2018 SonarSource. All rights reserved.