| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(BinaryExpression binaryExpression,
BlockScope scope) |
boolean |
ASTVisitor.visit(BinaryExpression binaryExpression,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
BinaryExpression[] |
CombinedBinaryExpression.referencesTable
A table of references to the binary expressions of this' left branch.
|
| Constructor and Description |
|---|
BinaryExpression(BinaryExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.invalidOperator(BinaryExpression expression,
TypeBinding leftType,
TypeBinding rightType) |
Copyright © 2013. All rights reserved.