Home
last modified time | relevance | path

Searched refs:implmeth (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2272 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2273 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2274 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2282 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2272 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2273 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2274 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2282 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3068 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3069 if (implmeth == null || implmeth == absmeth) {
3074 implmeth = prov;
3078 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3067 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3068 if (implmeth == null || implmeth == absmeth) {
3073 implmeth = prov;
3077 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3076 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3077 if (implmeth == null || implmeth == absmeth) {
3082 implmeth = prov;
3086 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3116 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3117 if (implmeth == null || implmeth == absmeth) {
3122 implmeth = prov;
3126 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3120 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3121 if (implmeth == null || implmeth == absmeth) {
3126 implmeth = prov;
3130 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3068 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3069 if (implmeth == null || implmeth == absmeth) {
3074 implmeth = prov;
3078 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3065 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3066 if (implmeth == null || implmeth == absmeth) {
3071 implmeth = prov;
3075 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java3067 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
3068 if (implmeth == null || implmeth == absmeth) {
3073 implmeth = prov;
3077 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2828 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
2829 if (implmeth == null || implmeth == absmeth) {
2834 implmeth = prov;
2838 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2828 MethodSymbol implmeth = absmeth.implementation(impl, this, true);
2829 if (implmeth == null || implmeth == absmeth) {
2834 implmeth = prov;
2838 if (implmeth == null || implmeth == absmeth) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2374 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2375 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2376 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2384 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2370 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2371 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2372 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2380 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2374 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2375 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2376 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2384 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2369 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2370 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2371 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2379 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2420 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2421 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2422 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2430 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2449 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2450 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2451 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2459 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2471 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2472 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2473 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2481 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2448 MethodSymbol implmeth = absmeth.implementation(origin, types, false); in checkImplementations() local
2449 if (implmeth != null && implmeth != absmeth && in checkImplementations()
2450 (implmeth.owner.flags() & INTERFACE) == in checkImplementations()
2458 checkOverride(tree, implmeth, absmeth, origin); in checkImplementations()