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

Packages that use BinaryExpression
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
 

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)
           
 



Copyright © 2012. All Rights Reserved.