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

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)
           
 



Copyright © 2012. All Rights Reserved.