package o6;

import java.lang.reflect.Method;

/* JADX INFO: renamed from: o6.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1385e extends AbstractC1380C {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ Method f15860k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final /* synthetic */ Class f15861l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ int f15862m;

    public C1385e(Method method, Class cls, int i) {
        this.f15860k = method;
        this.f15861l = cls;
        this.f15862m = i;
    }

    @Override // o6.AbstractC1380C
    public final Object e() {
        return this.f15860k.invoke(null, this.f15861l, Integer.valueOf(this.f15862m));
    }

    public final String toString() {
        return this.f15861l.getName();
    }
}
