public class net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue extends java.lang.Object implements net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler, net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled
{
private final net.bytebuddy.description.'annotation'.AnnotationValue annotationValue;
public void <init>(net.bytebuddy.description.'annotation'.AnnotationValue)
{
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
v := @parameter: net.bytebuddy.description.'annotation'.AnnotationValue;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue annotationValue> = v;
return;
}
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType)
{
net.bytebuddy.dynamic.scaffold.InstrumentedType v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
v := @parameter: net.bytebuddy.dynamic.scaffold.InstrumentedType;
return v;
}
public net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled compile(net.bytebuddy.implementation.Implementation$Target)
{
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue v;
net.bytebuddy.implementation.Implementation$Target v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
v := @parameter: net.bytebuddy.implementation.Implementation$Target;
return v;
}
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.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithAnnotationDefaultValue v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue v;
net.bytebuddy.implementation.attribute.MethodAttributeAppender v;
net.bytebuddy.description.modifier.Visibility v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
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$WithAnnotationDefaultValue;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue annotationValue>;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.TypeWriter$MethodPool$Record$ForDefinedMethod$WithAnnotationDefaultValue: void <init>(net.bytebuddy.description.method.MethodDescription,net.bytebuddy.description.'annotation'.AnnotationValue,net.bytebuddy.implementation.attribute.MethodAttributeAppender)>(v, v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
net.bytebuddy.description.'annotation'.AnnotationValue v, v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
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$ForAnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue annotationValue>;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue annotationValue>;
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.MethodRegistry$Handler$ForAnnotationValue v;
int v, v, v, v;
java.lang.Class v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue;
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue annotationValue>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}