public class AlwaysTrueOrFalseExpressionCollector extends Object
| Constructor | Description |
|---|---|
AlwaysTrueOrFalseExpressionCollector() |
| Modifier and Type | Method | 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.