| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(EqualExpression equalExpression,
BlockScope scope) |
boolean |
ASTVisitor.visit(EqualExpression equalExpression,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.notCompatibleTypesError(EqualExpression expression,
TypeBinding leftType,
TypeBinding rightType) |
void |
ProblemReporter.uninternedIdentityComparison(EqualExpression expr,
TypeBinding lhs,
TypeBinding rhs,
CompilationUnitDeclaration unit) |
Copyright © 2015. All rights reserved.