public class net.bytebuddy.matcher.LatentMatcher$Resolved extends java.lang.Object implements net.bytebuddy.matcher.LatentMatcher
{
private final net.bytebuddy.matcher.ElementMatcher matcher;
public void <init>(net.bytebuddy.matcher.ElementMatcher)
{
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.matcher.LatentMatcher$Resolved v;
v := @this: net.bytebuddy.matcher.LatentMatcher$Resolved;
v := @parameter: net.bytebuddy.matcher.ElementMatcher;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.matcher.LatentMatcher$Resolved: net.bytebuddy.matcher.ElementMatcher matcher> = v;
return;
}
public net.bytebuddy.matcher.ElementMatcher resolve(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.matcher.LatentMatcher$Resolved v;
v := @this: net.bytebuddy.matcher.LatentMatcher$Resolved;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = v.<net.bytebuddy.matcher.LatentMatcher$Resolved: net.bytebuddy.matcher.ElementMatcher matcher>;
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.matcher.ElementMatcher v, v;
net.bytebuddy.matcher.LatentMatcher$Resolved v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
v := @this: net.bytebuddy.matcher.LatentMatcher$Resolved;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.matcher.LatentMatcher$Resolved: net.bytebuddy.matcher.ElementMatcher matcher>;
v = v.<net.bytebuddy.matcher.LatentMatcher$Resolved: net.bytebuddy.matcher.ElementMatcher matcher>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.matcher.LatentMatcher$Resolved v;
int v, v, v, v;
java.lang.Class v;
v := @this: net.bytebuddy.matcher.LatentMatcher$Resolved;
v = virtualinvoke v.<net.bytebuddy.matcher.LatentMatcher$Resolved: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.matcher.LatentMatcher$Resolved: net.bytebuddy.matcher.ElementMatcher matcher>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}