Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression
Packages that use OR_OR_Expression
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 OR_OR_Expression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type OR_OR_ExpressionModifier and TypeMethodDescriptionAjASTConverter.convert(OR_OR_Expression expression) ASTConverter.convert(OR_OR_Expression expression) -
Uses of OR_OR_Expression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type OR_OR_ExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(OR_OR_Expression or_or_Expression, BlockScope scope) booleanCompletionNodeDetector.visit(OR_OR_Expression or_or_Expression, BlockScope scope) -
Uses of OR_OR_Expression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type OR_OR_ExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(OR_OR_Expression or_or_Expression, BlockScope scope) booleanASTVisitor.visit(OR_OR_Expression or_or_Expression, BlockScope scope) booleanGenericAstVisitor.visit(OR_OR_Expression or_or_Expression, BlockScope scope)