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

Packages that use OR_OR_Expression
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.formatter   
 

Uses of OR_OR_Expression in org.eclipse.jdt.internal.codeassist.complete
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type OR_OR_Expression
 void CompletionNodeDetector.endVisit(OR_OR_Expression or_or_Expression, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(OR_OR_Expression or_or_Expression, BlockScope scope)
           
 

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

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

Uses of OR_OR_Expression in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type OR_OR_Expression
 boolean CodeFormatterVisitor.visit(OR_OR_Expression or_or_Expression, BlockScope scope)