public class net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty extends java.lang.Object implements net.bytebuddy.asm.Advice$OffsetMapping$Factory
{
private final java.lang.Class annotationType;
private final net.bytebuddy.description.method.MethodDescription$InDefinedShape property;
protected void <init>(java.lang.Class, net.bytebuddy.description.method.MethodDescription$InDefinedShape)
{
java.lang.Class v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class annotationType> = v;
v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property> = v;
return;
}
public static net.bytebuddy.asm.Advice$OffsetMapping$Factory of(java.lang.Class, java.lang.String)
{
java.lang.NoSuchMethodException v;
java.lang.Class[] v;
java.lang.IllegalArgumentException v, v;
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
java.lang.Class v;
java.lang.String v, v, v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
java.lang.reflect.Method v;
boolean v;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.String;
v = virtualinvoke v.<java.lang.Class: boolean isAnnotation()>();
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class)>(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[])>("Not an annotation type: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
v = newarray (java.lang.Class)[0];
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>(v, v);
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: void <init>(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v, v);
label:
return v;
label:
v := @caughtexception;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.Class)>(v, 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[])>("Cannot find a property \u on \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
catch java.lang.NoSuchMethodException from label to label with label;
}
public java.lang.Class getAnnotationType()
{
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class annotationType>;
return v;
}
public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType)
{
java.lang.IllegalStateException v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation v;
net.bytebuddy.implementation.bytecode.assign.Assigner$Typing v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
java.lang.String v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
net.bytebuddy.description.method.ParameterDescription$InDefinedShape v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v, v;
net.bytebuddy.description.type.TypeDescription$Generic v, v;
net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable v;
net.bytebuddy.utility.ConstantValue v;
java.lang.Object v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
v := @parameter: net.bytebuddy.description.method.ParameterDescription$InDefinedShape;
v := @parameter: net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable;
v := @parameter: net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property>;
v = interfaceinvoke v.<net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable: net.bytebuddy.description.'annotation'.AnnotationValue getValue(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.'annotation'.AnnotationValue: java.lang.Object resolve()>();
v = staticinvoke <net.bytebuddy.utility.ConstantValue$Simple: net.bytebuddy.utility.ConstantValue wrapOrNull(java.lang.Object)>(v);
if v != null goto label;
v = new java.lang.IllegalStateException;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(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[])>("Property does not represent a constant value: \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation;
v = interfaceinvoke v.<net.bytebuddy.utility.ConstantValue: net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation()>();
v = interfaceinvoke v.<net.bytebuddy.utility.ConstantValue: net.bytebuddy.description.type.TypeDescription getTypeDescription()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription$InDefinedShape: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = <net.bytebuddy.implementation.bytecode.assign.Assigner$Typing: net.bytebuddy.implementation.bytecode.assign.Assigner$Typing STATIC>;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.implementation.bytecode.assign.Assigner$Typing)>(v, v, v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.description.method.MethodDescription$InDefinedShape v, v;
java.lang.Class v, v, v, v;
java.lang.Object v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
boolean v, v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
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.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class annotationType>;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class annotationType>;
v = virtualinvoke v.<java.lang.Class: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property>;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property>;
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.description.method.MethodDescription$InDefinedShape v;
int v, v, v, v, v, v, v;
java.lang.Class v, v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: java.lang.Class annotationType>;
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.description.method.MethodDescription$InDefinedShape property>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}