Uses of Class
org.eclipse.jdt.internal.compiler.ast.IfStatement

Packages that use IfStatement
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.flow   
 

Uses of IfStatement in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type IfStatement
 void ASTVisitor.endVisit(IfStatement ifStatement, BlockScope scope)
           
 boolean ASTVisitor.visit(IfStatement ifStatement, BlockScope scope)
           
 

Uses of IfStatement in org.eclipse.jdt.internal.compiler.flow
 

Methods in org.eclipse.jdt.internal.compiler.flow with parameters of type IfStatement
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 © 2012. All Rights Reserved.