类 org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression
的使用

使用 InstanceOfExpression 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerInstanceOfExpression 的使用
 

参数类型为 InstanceOfExpressionorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(InstanceOfExpression instanceOfExpression, BlockScope scope)
           
 boolean ASTVisitor.visit(InstanceOfExpression instanceOfExpression, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.problemInstanceOfExpression 的使用
 

参数类型为 InstanceOfExpressionorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.notCompatibleTypesError(InstanceOfExpression expression, TypeBinding leftType, TypeBinding rightType)
           
 void ProblemReporter.unnecessaryInstanceof(InstanceOfExpression instanceofExpression, TypeBinding checkType)
           
 



Copyright © 2013. All Rights Reserved.