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

Packages that use InstanceOfExpression
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.formatter   
 

Uses of InstanceOfExpression in org.eclipse.jdt.internal.codeassist.complete
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type InstanceOfExpression
 void CompletionNodeDetector.endVisit(InstanceOfExpression instanceOfExpression, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(InstanceOfExpression instanceOfExpression, BlockScope scope)
           
 

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)
           
 

Uses of InstanceOfExpression in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type InstanceOfExpression
 boolean CodeFormatterVisitor.visit(InstanceOfExpression instanceOfExpression, BlockScope scope)