| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(InstanceOfExpression instanceOfExpression,
BlockScope scope) |
boolean |
ASTVisitor.visit(InstanceOfExpression instanceOfExpression,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.notCompatibleTypesError(InstanceOfExpression expression,
TypeBinding leftType,
TypeBinding rightType) |
void |
ProblemReporter.unnecessaryInstanceof(InstanceOfExpression instanceofExpression,
TypeBinding checkType) |
Copyright © 2013. All rights reserved.