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

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

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)