Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.IfStatement
Packages that use IfStatement
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of IfStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type IfStatementModifier and TypeMethodDescriptionAjASTConverter.convert(IfStatement statement) ASTConverter.convert(IfStatement statement) -
Uses of IfStatement in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type IfStatementModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(IfStatement ifStatement, BlockScope scope) booleanCompletionNodeDetector.visit(IfStatement ifStatement, BlockScope scope) -
Uses of IfStatement in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type IfStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(IfStatement ifStatement, BlockScope scope) booleanASTVisitor.visit(IfStatement ifStatement, BlockScope scope) booleanGenericAstVisitor.visit(IfStatement ifStatement, BlockScope scope) -
Uses of IfStatement in org.aspectj.org.eclipse.jdt.internal.compiler.flow
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.flow with parameters of type IfStatementModifier and TypeMethodDescriptionstatic UnconditionalFlowInfoFlowInfo.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