| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.flow |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(IfStatement ifStatement,
BlockScope scope) |
boolean |
ASTVisitor.visit(IfStatement ifStatement,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
static UnconditionalFlowInfo |
FlowInfo.mergedOptimizedBranchesIfElse(FlowInfo initsWhenTrue,
boolean isOptimizedTrue,
FlowInfo initsWhenFalse,
boolean isOptimizedFalse,
boolean allowFakeDeadBranch,
FlowInfo flowInfo,
IfStatement ifStatement,
boolean reportDeadCodeInKnownPattern)
Merge if-else branches using optimized boolean conditions
|
Copyright © 2015. All rights reserved.