discord-jadx/app/src/main/java/re/x.java
2022-04-15 08:15:37 +00:00

51 lines
1.2 KiB
Java

package re;
import bf.a;
import bf.v;
import ie.i;
import java.util.Collection;
import kotlin.jvm.internal.s;
import ld.q;
import tf.e;
/* compiled from: ReflectJavaPrimitiveType.kt */
/* loaded from: classes5.dex */
public final class x extends z implements v {
/* renamed from: b reason: collision with root package name */
private final Class<?> f21942b;
/* renamed from: c reason: collision with root package name */
private final Collection<a> f21943c = q.h();
/* renamed from: d reason: collision with root package name */
private final boolean f21944d;
public x(Class<?> reflectType) {
s.e(reflectType, "reflectType");
this.f21942b = reflectType;
}
/* JADX INFO: Access modifiers changed from: protected */
/* renamed from: R */
public Class<?> Q() {
return this.f21942b;
}
@Override // bf.d
public Collection<a> getAnnotations() {
return this.f21943c;
}
@Override // bf.v
public i getType() {
if (s.a(Q(), Void.TYPE)) {
return null;
}
return e.c(Q().getName()).g();
}
@Override // bf.d
public boolean k() {
return this.f21944d;
}
}