|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 IfStatement 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.flow | |
| org.eclipse.jdt.internal.compiler 中 IfStatement 的使用 |
|---|
| 参数类型为 IfStatement 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
ASTVisitor.endVisit(IfStatement ifStatement,
BlockScope scope)
|
boolean |
ASTVisitor.visit(IfStatement ifStatement,
BlockScope scope)
|
| org.eclipse.jdt.internal.compiler.flow 中 IfStatement 的使用 |
|---|
| 参数类型为 IfStatement 的 org.eclipse.jdt.internal.compiler.flow 中的方法 | |
|---|---|
static UnconditionalFlowInfo |
FlowInfo.mergedOptimizedBranchesIfElse(FlowInfo initsWhenTrue,
boolean isOptimizedTrue,
FlowInfo initsWhenFalse,
boolean isOptimizedFalse,
boolean allowFakeDeadBranch,
FlowInfo flowInfo,
IfStatement ifStatement)
Merge if-else branches using optimized boolean conditions |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||