public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled extends java.lang.Object implements net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled
{
private final net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender;
protected void <init>(net.bytebuddy.implementation.bytecode.ByteCodeAppender)
{
net.bytebuddy.implementation.bytecode.ByteCodeAppender v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled;
v := @parameter: net.bytebuddy.implementation.bytecode.ByteCodeAppender;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender> = v;
return;
}
public net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record assemble(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.attribute.MethodAttributeAppender, net.bytebuddy.description.modifier.Visibility)
{
net.bytebuddy.implementation.bytecode.ByteCodeAppender v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.implementation.attribute.MethodAttributeAppender v;
net.bytebuddy.description.modifier.Visibility v;
net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: net.bytebuddy.implementation.attribute.MethodAttributeAppender;
v := @parameter: net.bytebuddy.description.modifier.Visibility;
v = new net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender>;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithBody: void <init>(net.bytebuddy.description.method.MethodDescription,net.bytebuddy.implementation.bytecode.ByteCodeAppender,net.bytebuddy.implementation.attribute.MethodAttributeAppender,net.bytebuddy.description.modifier.Visibility)>(v, v, v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.implementation.bytecode.ByteCodeAppender v, v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled v;
boolean v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled;
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.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender>;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender>;
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.implementation.bytecode.ByteCodeAppender v;
int v, v, v, v;
java.lang.Class v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled;
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled: net.bytebuddy.implementation.bytecode.ByteCodeAppender byteCodeAppender>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}