Home
last modified time | relevance | path

Searched refs:freeOtherBounds (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DWildcardBinding.java912 …TypeBinding [] freeOtherBounds = this.otherBounds == null ? null : new TypeBinding[length = this.o… in uncapture() local
914 freeOtherBounds[i] = this.otherBounds[i] == null ? null : this.otherBounds[i].uncapture(scope); in uncapture()
916 …return scope.environment().createWildcard(this.genericType, this.rank, freeBound, freeOtherBounds,… in uncapture()
/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.java1033 …TypeBinding [] freeOtherBounds = this.otherBounds == null ? null : new TypeBinding[length = this.o… in uncapture() local
1035 freeOtherBounds[i] = this.otherBounds[i] == null ? null : this.otherBounds[i].uncapture(scope); in uncapture()
1037 …return scope.environment().createWildcard(this.genericType, this.rank, freeBound, freeOtherBounds,… in uncapture()