Home
last modified time | relevance | path

Searched refs:isOKbyJLS (Results 1 – 3 of 3) sorted by relevance

/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 DParameterizedTypeBinding.java129 if (!checkStatus.isOKbyJLS() && (this.arguments[i].tagBits & TagBits.HasMissingType) == 0) { in boundCheck()
1616 if (!typeParameters[j].boundCheck(declaringType, types[j], scope, null).isOKbyJLS()) in getInterfaceAbstractContracts()
1663 if (!typeParameters[i].boundCheck(declaringType, types[i], scope, null).isOKbyJLS()) in getSingleAbstractMethod()
H A DTypeConstants.java489 boolean isOKbyJLS() { in isOKbyJLS() method in TypeConstants.BoundCheckStatus
H A DClassScope.java1138 if (!refTypeVariables[0].boundCheck(superType, sourceType, this, null).isOKbyJLS()) { in connectEnumSuperclass()