Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.BinaryExpression
Packages that use BinaryExpression
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 BinaryExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type BinaryExpression -
Uses of BinaryExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type BinaryExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(BinaryExpression binaryExpression, BlockScope scope) booleanCompletionNodeDetector.visit(BinaryExpression binaryExpression, BlockScope scope) -
Uses of BinaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type BinaryExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(BinaryExpression binaryExpression, BlockScope scope) booleanASTVisitor.visit(BinaryExpression binaryExpression, BlockScope scope) booleanGenericAstVisitor.visit(BinaryExpression binaryExpression, BlockScope scope) -
Uses of BinaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of BinaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassdedicated treatment for the&&classCombinedBinaryExpression is an implementation of BinaryExpression that specifically attempts to mitigate the issues raised by expressions which have a very deep leftmost branch.classclassFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as BinaryExpressionModifier and TypeFieldDescriptionCombinedBinaryExpression.referencesTableA table of references to the binary expressions of this' left branch.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type BinaryExpression -
Uses of BinaryExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type BinaryExpressionModifier and TypeMethodDescriptionvoidProblemReporter.invalidOperator(BinaryExpression expression, TypeBinding leftType, TypeBinding rightType)