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

22 lines
570 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;
/* compiled from: Invocation */
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-02-14 21:43:51 +00:00
public final List<?> f3721b;
2021-06-27 20:44:35 +00:00
public k(Method method, List<?> list) {
this.a = method;
2022-02-14 21:43:51 +00:00
this.f3721b = Collections.unmodifiableList(list);
2021-06-27 20:44:35 +00:00
}
public String toString() {
2022-02-14 21:43:51 +00:00
return String.format("%s.%s() %s", this.a.getDeclaringClass().getName(), this.a.getName(), this.f3721b);
2021-06-27 20:44:35 +00:00
}
}