Home | History | Annotate | Download | only in compare

Lines Matching full:instanceof

362             if (superclass instanceof IParameterizedType) {
370 if (interfaze instanceof IParameterizedType) {
833 if (type instanceof IClassReference) {
835 } else if (type instanceof
1181 } else if (from instanceof IEnumConstant) {
1187 } else if (from instanceof IAnnotation) {
1193 } else if (from instanceof IField) {
1199 } else if (from instanceof ITypeReference) {
1320 if (reference instanceof IParameterizedType
1321 || reference instanceof ITypeVariableReference
1322 || reference instanceof IWildcardType) {
1325 if (reference instanceof IArrayType) {
1333 if (reference instanceof IParameterizedType) {
1336 if (reference instanceof ITypeVariableReference) {
1343 if (reference instanceof IWildcardType) {
1347 if (reference instanceof IArrayType) {
1352 if (reference instanceof IPrimitiveType) {
1355 if (reference instanceof IClassReference) {
1404 } else if (from instanceof IClassDefinition) {
1413 } else if (from instanceof IConstructor) {
1430 } else if (from instanceof IMethod) {