类 org.eclipse.jdt.internal.compiler.ast.IfStatement
的使用

使用 IfStatement 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.flow   
 

org.eclipse.jdt.internal.compilerIfStatement 的使用
 

参数类型为 IfStatementorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(IfStatement ifStatement, BlockScope scope)
           
 boolean ASTVisitor.visit(IfStatement ifStatement, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.flowIfStatement 的使用
 

参数类型为 IfStatementorg.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
 



Copyright © 2013. All Rights Reserved.