discord-jadx/app/src/main/java/i0/k.java

23 lines
607 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package i0;
2021-06-27 20:44:35 +00:00
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.List;
2022-03-02 20:59:20 +00:00
/* compiled from: Invocation.java */
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public final class k {
public final Method a;
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-03-30 16:43:10 +00:00
public final List<?> f3725b;
2021-06-27 20:44:35 +00:00
public k(Method method, List<?> list) {
this.a = method;
2022-03-30 16:43:10 +00:00
this.f3725b = Collections.unmodifiableList(list);
2021-06-27 20:44:35 +00:00
}
public String toString() {
2022-03-30 16:43:10 +00:00
return String.format("%s.%s() %s", this.a.getDeclaringClass().getName(), this.a.getName(), this.f3725b);
2021-06-27 20:44:35 +00:00
}
}