final class com.google.common.eventbus.SubscriberRegistry$MethodIdentifier extends java.lang.Object
{
private final java.lang.String name;
private final java.util.List parameterTypes;
void <init>(java.lang.reflect.Method)
{
java.util.List v;
com.google.common.eventbus.SubscriberRegistry$MethodIdentifier v;
java.lang.Class[] v;
java.lang.String v;
java.lang.reflect.Method v;
v := @this: com.google.common.eventbus.SubscriberRegistry$MethodIdentifier;
v := @parameter: java.lang.reflect.Method;
specialinvoke v.<java.lang.Object: void <init>()>();
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.String getName()>();
v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.lang.String name> = v;
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Class[] getParameterTypes()>();
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.util.List parameterTypes> = v;
return;
}
public int hashCode()
{
java.util.List v;
java.lang.Object[] v;
com.google.common.eventbus.SubscriberRegistry$MethodIdentifier v;
int v;
java.lang.String v;
v := @this: com.google.common.eventbus.SubscriberRegistry$MethodIdentifier;
v = newarray (java.lang.Object)[2];
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.lang.String name>;
v[0] = v;
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.util.List parameterTypes>;
v[1] = v;
v = staticinvoke <com.google.common.base.Objects: int hashCode(java.lang.Object[])>(v);
return v;
}
public boolean equals(java.lang.Object)
{
java.util.List v, v;
com.google.common.eventbus.SubscriberRegistry$MethodIdentifier v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: com.google.common.eventbus.SubscriberRegistry$MethodIdentifier;
v := @parameter: java.lang.Object;
v = v instanceof com.google.common.eventbus.SubscriberRegistry$MethodIdentifier;
if v == 0 goto label;
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.lang.String name>;
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.lang.String name>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.util.List parameterTypes>;
v = v.<com.google.common.eventbus.SubscriberRegistry$MethodIdentifier: java.util.List parameterTypes>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
label:
return 0;
}
}