|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceOfExpression | |
---|---|
org.eclipse.jdt.internal.compiler | |
org.eclipse.jdt.internal.compiler.problem |
Uses of InstanceOfExpression in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type InstanceOfExpression | |
---|---|
void |
ASTVisitor.endVisit(InstanceOfExpression instanceOfExpression,
BlockScope scope)
|
boolean |
ASTVisitor.visit(InstanceOfExpression instanceOfExpression,
BlockScope scope)
|
Uses of InstanceOfExpression in org.eclipse.jdt.internal.compiler.problem |
---|
Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type InstanceOfExpression | |
---|---|
void |
ProblemReporter.notCompatibleTypesError(InstanceOfExpression expression,
TypeBinding leftType,
TypeBinding rightType)
|
void |
ProblemReporter.unnecessaryInstanceof(InstanceOfExpression instanceofExpression,
TypeBinding checkType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |