Home
last modified time | relevance | path

Searched refs:isSuperclassOf (Results 1 – 21 of 21) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DReferenceBinding.java113 if (declaringClass.isSuperclassOf(currentType)) in canBeSeenBy()
204 if (declaringClass.isSuperclassOf(currentType)) in canBeSeenBy()
556 return referenceBinding.isSuperclassOf(this); in isCompatibleWith()
654 public boolean isSuperclassOf(ReferenceBinding type) { in isSuperclassOf() method in ReferenceBinding
H A DFieldBinding.java95 if (declaringClass.isSuperclassOf(currentType)) { in canBeSeenBy()
110 .isSuperclassOf((ReferenceBinding) receiverType)) { in canBeSeenBy()
H A DMethodBinding.java183 if (declaringClass.isSuperclassOf(currentType)) { in canBeSeenBy()
198 .isSuperclassOf((ReferenceBinding) receiverType)) { in canBeSeenBy()
H A DNestedTypeBinding.java261 .isSuperclassOf((ReferenceBinding) enclosingInstances[i].type)) in getSyntheticArgument()
H A DBlockScope.java933 .isSuperclassOf(sourceType)))) { in getEmulationPath()
1002 .isSuperclassOf(currentType))) in getEmulationPath()
1038 .isSuperclassOf(currentType))) { in getEmulationPath()
H A DSourceTypeBinding.java974 && !throwable.isSuperclassOf(resolvedExceptionType)) { in resolveTypesFor()
1284 .isSuperclassOf((ReferenceBinding) field.type)) in getSyntheticField()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetScope.java88 if (fieldBinding.declaringClass.isSuperclassOf(invocationType)) { in canBeSeenByForCodeSnippet()
93 if (invocationType.isSuperclassOf((ReferenceBinding) receiverType)) in canBeSeenByForCodeSnippet()
163 if (methodBinding.declaringClass.isSuperclassOf(invocationType)) { in canBeSeenByForCodeSnippet()
168 if (invocationType.isSuperclassOf((ReferenceBinding) receiverType)) in canBeSeenByForCodeSnippet()
235 || referenceBinding.isSuperclassOf(receiverType) in canBeSeenByForCodeSnippet()
236 …|| referenceBinding.enclosingType().isSuperclassOf(receiverType); // protected types always have a… in canBeSeenByForCodeSnippet()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DFieldBinding.java73 if (declaringClass.isSuperclassOf(currentType)) { in canBeSeenBy()
85 if (currentType == receiverType || currentType.isSuperclassOf((ReferenceBinding) receiverType)){ in canBeSeenBy()
H A DReferenceBinding.java84 if (declaringClass.isSuperclassOf(currentType)) return true; in canBeSeenBy()
167 if (declaringClass.isSuperclassOf(currentType)) return true; in canBeSeenBy()
564 return otherReferenceType.isSuperclassOf(this); in isCompatibleWith()
628 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in ReferenceBinding
H A DWildcardBinding.java171 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in WildcardBinding
174 return ((ReferenceBinding) this.bound).isSuperclassOf(otherType); in isSuperclassOf()
H A DMethodBinding.java166 if (declaringClass.isSuperclassOf(currentType)) { in canBeSeenBy()
178 if (currentType == receiverType || currentType.isSuperclassOf((ReferenceBinding) receiverType)){ in canBeSeenBy()
H A DSourceTypeBinding.java879 if (throwable != resolvedExceptionType && !throwable.isSuperclassOf(resolvedExceptionType)) { in resolveTypesFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DThrownExceptionFinder.java227 } else if (caughtException.isSuperclassOf(exception)) { in removeCaughtException()
H A DCompletionEngine.java6496 if (exceptionType.enclosingType().isSuperclassOf(otherType.enclosingType())) in findExceptionFromTryStatement()
6839 if (field.declaringClass.isSuperclassOf(otherField.declaringClass)) in findFields()
10179 if (memberType.enclosingType().isSuperclassOf(otherType.enclosingType())) in findMemberTypes()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding.java202 if (this.superclass.isSuperclassOf(substitutedVariableSuperclass)) { in initializeBounds()
H A DWildcardBinding.java526 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in WildcardBinding
529 return ((ReferenceBinding) this.bound).isSuperclassOf(otherType); in isSuperclassOf()
H A DReferenceBinding.java1320 return otherReferenceType.isSuperclassOf(this); in isCompatibleWith0()
1483 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in ReferenceBinding
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DWildcardBinding.java660 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in WildcardBinding
663 return ((ReferenceBinding) this.bound).isSuperclassOf(otherType); in isSuperclassOf()
H A DCaptureBinding.java251 if (this.superclass.isSuperclassOf(substitutedVariableSuperclass)) { in initializeBounds()
H A DReferenceBinding.java1507 return otherReferenceType.isSuperclassOf(this); in isCompatibleWith0()
1675 public boolean isSuperclassOf(ReferenceBinding otherType) { in isSuperclassOf() method in ReferenceBinding
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DTypeDeclaration.java894 if (this.typeParameters != null && scope.getJavaLangThrowable().isSuperclassOf(sourceType)) { in resolve()