public class net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy extends net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase
{
private final net.bytebuddy.description.type.TypeDescription typeDescription;
public void <init>(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy v;
v := @this: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy: void <init>(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription)>(v, v);
return;
}
public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.type.TypeDescription v, v;
net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy v;
v := @this: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase: void <init>(net.bytebuddy.description.type.TypeDescription)>(v);
v.<net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy: net.bytebuddy.description.type.TypeDescription typeDescription> = v;
return;
}
protected net.bytebuddy.description.field.FieldList locate(net.bytebuddy.matcher.ElementMatcher)
{
java.util.Iterator v;
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.description.field.FieldList v;
net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy v;
net.bytebuddy.description.field.FieldList$Empty v;
java.lang.Object v;
net.bytebuddy.matcher.FilterableList v;
net.bytebuddy.description.type.TypeDescription v;
boolean v, v;
v := @this: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy;
v := @parameter: net.bytebuddy.matcher.ElementMatcher;
v = v.<net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.field.FieldList getDeclaredFields()>();
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldList: boolean isEmpty()>();
if v != 0 goto label;
return v;
label:
v = new net.bytebuddy.description.field.FieldList$Empty;
specialinvoke v.<net.bytebuddy.description.field.FieldList$Empty: void <init>()>();
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.description.type.TypeDescription v, v;
boolean v, v;
v := @this: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy;
v := @parameter: java.lang.Object;
v = specialinvoke v.<net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase: 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.dynamic.scaffold.FieldLocator$ForClassHierarchy: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = v.<net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy: 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.dynamic.scaffold.FieldLocator$ForClassHierarchy v;
int v, v, v, v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy;
v = specialinvoke v.<net.bytebuddy.dynamic.scaffold.FieldLocator$AbstractBase: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.dynamic.scaffold.FieldLocator$ForClassHierarchy: net.bytebuddy.description.type.TypeDescription typeDescription>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}