public class net.bytebuddy.matcher.VisibilityMatcher extends net.bytebuddy.matcher.ElementMatcher$Junction$ForNonNullValues
{
private final net.bytebuddy.description.type.TypeDescription typeDescription;
public void <init>(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.matcher.VisibilityMatcher v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.matcher.VisibilityMatcher;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
specialinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction$ForNonNullValues: void <init>()>();
v.<net.bytebuddy.matcher.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription> = v;
return;
}
protected boolean doMatch(net.bytebuddy.description.ByteCodeElement)
{
net.bytebuddy.matcher.VisibilityMatcher v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.ByteCodeElement v;
boolean v;
v := @this: net.bytebuddy.matcher.VisibilityMatcher;
v := @parameter: net.bytebuddy.description.ByteCodeElement;
v = v.<net.bytebuddy.matcher.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = interfaceinvoke v.<net.bytebuddy.description.ByteCodeElement: boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription)>(v);
return v;
}
public java.lang.String toString()
{
net.bytebuddy.matcher.VisibilityMatcher v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.matcher.VisibilityMatcher;
v = v.<net.bytebuddy.matcher.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.type.TypeDescription)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("isVisibleTo(\u)");
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.matcher.VisibilityMatcher v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.description.type.TypeDescription v, v;
boolean v, v;
v := @this: net.bytebuddy.matcher.VisibilityMatcher;
v := @parameter: java.lang.Object;
v = specialinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction$ForNonNullValues: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
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.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = v.<net.bytebuddy.matcher.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription>;
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.VisibilityMatcher v;
int v, v, v, v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.matcher.VisibilityMatcher;
v = specialinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction$ForNonNullValues: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.matcher.VisibilityMatcher: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}