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

Packages that use BinaryExpression
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.formatter   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.esc.gc   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.fspv.phases   
org.jmlspecs.jml4.rac   
 

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

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

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

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

Uses of BinaryExpression in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of BinaryExpression in org.eclipse.jdt.internal.compiler.ast
 class AND_AND_Expression
           
 class CombinedBinaryExpression
          CombinedBinaryExpression is an implementation of BinaryExpression that specifically attempts to mitigate the issues raised by expressions which have a very deep leftmost branch.
 class EqualExpression
           
 class OR_OR_Expression
           
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as BinaryExpression
 BinaryExpression[] CombinedBinaryExpression.referencesTable
          A table of references to the binary expressions of this' left branch.
 

Constructors in org.eclipse.jdt.internal.compiler.ast with parameters of type BinaryExpression
BinaryExpression(BinaryExpression expression)
           
 

Uses of BinaryExpression in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type BinaryExpression
 void ProblemReporter.invalidOperator(BinaryExpression expression, TypeBinding leftType, TypeBinding rightType)
           
 

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

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

Uses of BinaryExpression in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type BinaryExpression
 boolean PrintVisitor.visit(BinaryExpression binaryExpression, BlockScope scope)
          Deprecated.  
 

Uses of BinaryExpression in org.jmlspecs.jml4.esc.gc
 

Methods in org.jmlspecs.jml4.esc.gc with parameters of type BinaryExpression
 boolean Ast2SugaredVisitor.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 

Uses of BinaryExpression in org.jmlspecs.jml4.fspv
 

Methods in org.jmlspecs.jml4.fspv with parameters of type BinaryExpression
 void TraceAstVisitor.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 void TheoryTranslator.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean TraceAstVisitor.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean TheoryTranslator.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 

Uses of BinaryExpression in org.jmlspecs.jml4.fspv.phases
 

Methods in org.jmlspecs.jml4.fspv.phases with parameters of type BinaryExpression
 void TheoryTranslation.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean TheoryTranslation.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 

Uses of BinaryExpression in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type BinaryExpression
 void JavaAstVisitor.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean JavaAstVisitor.visit(BinaryExpression binaryExpression, BlockScope scope)
          Expressions containing left and right expressions combined by a binary operator.
 boolean DefaultRacAstVisitor.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(BinaryExpression binaryExpression, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(BinaryExpression binaryExpression, BlockScope scope)