public class net.bytebuddy.asm.Advice$WithCustomMapping extends java.lang.Object
{
private final net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory;
private final net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory;
private final java.util.Map offsetMappings;
protected void <init>()
{
net.bytebuddy.asm.Advice$Delegator$ForRegularInvocation$Factory v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.util.Map v;
net.bytebuddy.asm.Advice$PostProcessor$NoOp v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v = <net.bytebuddy.asm.Advice$PostProcessor$NoOp: net.bytebuddy.asm.Advice$PostProcessor$NoOp INSTANCE>;
v = staticinvoke <java.util.Collections: java.util.Map emptyMap()>();
v = <net.bytebuddy.asm.Advice$Delegator$ForRegularInvocation$Factory: net.bytebuddy.asm.Advice$Delegator$ForRegularInvocation$Factory INSTANCE>;
specialinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory,java.util.Map,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v);
return;
}
protected void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory, java.util.Map, net.bytebuddy.asm.Advice$Delegator$Factory)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.util.Map v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.asm.Advice$PostProcessor$Factory;
v := @parameter: java.util.Map;
v := @parameter: net.bytebuddy.asm.Advice$Delegator$Factory;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory> = v;
v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings> = v;
v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory> = v;
return;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.Object)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.Object v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Object;
v = staticinvoke <net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory: net.bytebuddy.asm.Advice$OffsetMapping$Factory of(java.lang.Class,java.lang.Object)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.reflect.Field)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.reflect.Field v;
net.bytebuddy.description.field.FieldDescription$ForLoadedField v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Field;
v = new net.bytebuddy.description.field.FieldDescription$ForLoadedField;
specialinvoke v.<net.bytebuddy.description.field.FieldDescription$ForLoadedField: void <init>(java.lang.reflect.Field)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.description.field.FieldDescription)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.description.field.FieldDescription)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$OffsetMapping$ForField$Resolved$Factory v;
java.lang.Class v;
net.bytebuddy.description.field.FieldDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.field.FieldDescription;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForField$Resolved$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForField$Resolved$Factory: void <init>(java.lang.Class,net.bytebuddy.description.field.FieldDescription)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.reflect.Method, int)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class[] v;
java.lang.IllegalArgumentException v, v;
net.bytebuddy.description.method.ParameterList v;
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
int v, v;
java.lang.Class v;
java.lang.Object v;
java.lang.String v, v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Method;
v := @parameter: int;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int)>(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[])>("A parameter cannot be negative: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Class[] getParameterTypes()>();
v = lengthof v;
if v > v goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.reflect.Method,int)>(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[])>("\u does not declare a parameter with index \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = virtualinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: java.lang.Object get(int)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.description.method.ParameterDescription)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.reflect.Constructor, int)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class[] v;
java.lang.IllegalArgumentException v, v;
java.lang.reflect.Constructor v;
net.bytebuddy.description.method.ParameterList v;
int v, v;
java.lang.Class v;
java.lang.Object v;
java.lang.String v, v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: int;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int)>(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[])>("A parameter cannot be negative: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<java.lang.reflect.Constructor: java.lang.Class[] getParameterTypes()>();
v = lengthof v;
if v > v goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.reflect.Constructor,int)>(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[])>("\u does not declare a parameter with index \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = virtualinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: java.lang.Object get(int)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.description.method.ParameterDescription)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.description.method.ParameterDescription)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory v;
net.bytebuddy.description.method.ParameterDescription v;
java.lang.Class v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.ParameterDescription;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForArgument$Resolved$Factory: void <init>(java.lang.Class,net.bytebuddy.description.method.ParameterDescription)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.Class)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Class;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.description.type.TypeDescription)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory: void <init>(java.lang.Class,net.bytebuddy.description.type.TypeDescription)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, java.lang.Enum)
{
java.lang.Enum v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
net.bytebuddy.description.enumeration.EnumerationDescription$ForLoadedEnumeration v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Enum;
v = new net.bytebuddy.description.enumeration.EnumerationDescription$ForLoadedEnumeration;
specialinvoke v.<net.bytebuddy.description.enumeration.EnumerationDescription$ForLoadedEnumeration: void <init>(java.lang.Enum)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.description.enumeration.EnumerationDescription)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.description.enumeration.EnumerationDescription)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory v;
net.bytebuddy.description.enumeration.EnumerationDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.enumeration.EnumerationDescription;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory: void <init>(java.lang.Class,net.bytebuddy.description.enumeration.EnumerationDescription)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindSerialized(java.lang.Class, java.io.Serializable)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v, v;
java.io.Serializable v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.io.Serializable;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindSerialized(java.lang.Class,java.io.Serializable,java.lang.Class)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindSerialized(java.lang.Class, java.io.Serializable, java.lang.Class)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v, v;
java.io.Serializable v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.io.Serializable;
v := @parameter: java.lang.Class;
v = staticinvoke <net.bytebuddy.asm.Advice$OffsetMapping$ForSerializedValue$Factory: net.bytebuddy.asm.Advice$OffsetMapping$Factory of(java.lang.Class,java.io.Serializable,java.lang.Class)>(v, v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindProperty(java.lang.Class, java.lang.String)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.String v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.String;
v = staticinvoke <net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty: net.bytebuddy.asm.Advice$OffsetMapping$Factory of(java.lang.Class,java.lang.String)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.utility.JavaConstant)
{
net.bytebuddy.utility.JavaConstant v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.utility.JavaConstant;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.utility.ConstantValue)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.utility.ConstantValue)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.utility.ConstantValue v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.utility.ConstantValue;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory;
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()>();
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory: void <init>(java.lang.Class,net.bytebuddy.implementation.bytecode.StackManipulation,net.bytebuddy.description.type.TypeDescription$Generic)>(v, v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.implementation.bytecode.StackManipulation, java.lang.reflect.Type)
{
java.lang.reflect.Type v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
java.lang.Class v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.implementation.bytecode.StackManipulation;
v := @parameter: java.lang.reflect.Type;
v = staticinvoke <net.bytebuddy.description.type.TypeDefinition$Sort: net.bytebuddy.description.type.TypeDescription$Generic describe(java.lang.reflect.Type)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class,net.bytebuddy.implementation.bytecode.StackManipulation,net.bytebuddy.description.type.TypeDescription$Generic)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription$Generic)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.implementation.bytecode.StackManipulation;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory: void <init>(java.lang.Class,net.bytebuddy.implementation.bytecode.StackManipulation,net.bytebuddy.description.type.TypeDescription$Generic)>(v, v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, java.lang.reflect.Constructor, java.lang.Class)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.reflect.Constructor v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: java.lang.Class;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.description.type.TypeDescription)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, java.lang.reflect.Constructor, java.lang.Class, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.reflect.Constructor v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)>(v, v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, java.lang.reflect.Method, java.lang.Class)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.lang.Class;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.description.type.TypeDescription)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, java.lang.reflect.Method, java.lang.Class, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.reflect.Method v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)>(v, v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = <net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler DEFAULT>;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)>(v, v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindLambda(java.lang.Class, net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler)
{
net.bytebuddy.description.method.MethodDescription$Latent v;
net.bytebuddy.description.method.MethodList v, v, v;
boolean v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
net.bytebuddy.description.type.TypeDescription$Generic v, v, v, v, v, v, v, v, v;
java.util.List v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic[] v;
net.bytebuddy.matcher.ElementMatcher$Junction v;
net.bytebuddy.description.type.TypeDescription v, v, v, v, v, v, v, v;
net.bytebuddy.utility.JavaConstant$MethodType v, v;
java.lang.Object[] v;
net.bytebuddy.description.method.ParameterDescription$Token[] v;
net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList v;
net.bytebuddy.description.method.ParameterDescription$Token v, v, v, v, v, v;
net.bytebuddy.utility.JavaType v, v, v, v, v, v;
int v;
java.lang.String v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.IllegalArgumentException v, v;
net.bytebuddy.description.type.TypeDescription$Latent v;
net.bytebuddy.utility.JavaConstant$MethodHandle v;
java.lang.Class v;
java.lang.Object v, v;
net.bytebuddy.matcher.FilterableList v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isInterface()>();
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
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[])>("\u is not an interface type");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler: net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition)>(v);
v = interfaceinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Linked: net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList listNodes()>();
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList: net.bytebuddy.description.method.MethodList asMethodList()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isAbstract()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: int size()>();
if v == 1 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.method.MethodList)>(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[])>("\u does not define exactly one abstract method: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.description.method.MethodDescription$Latent;
v = new net.bytebuddy.description.type.TypeDescription$Latent;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription$Generic)[0];
specialinvoke v.<net.bytebuddy.description.type.TypeDescription$Latent: void <init>(java.lang.String,int,net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.type.TypeDescription$Generic[])>("java.lang.invoke.LambdaMetafactory", 1, v, v);
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType CALL_SITE>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
v = newarray (net.bytebuddy.description.method.ParameterDescription$Token)[6];
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType METHOD_HANDLES_LOOKUP>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[0] = v;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/String;");
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[1] = v;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType METHOD_TYPE>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[2] = v;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType METHOD_TYPE>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[3] = v;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType METHOD_HANDLE>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[4] = v;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType METHOD_TYPE>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeDescription$Generic asGenericType()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic)>(v);
v[5] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v = <net.bytebuddy.description.'annotation'.AnnotationValue: net.bytebuddy.description.'annotation'.AnnotationValue UNDEFINED>;
v = <net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription$Generic UNDEFINED>;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$Latent: void <init>(net.bytebuddy.description.type.TypeDescription,java.lang.String,int,java.util.List,net.bytebuddy.description.type.TypeDescription$Generic,java.util.List,java.util.List,java.util.List,net.bytebuddy.description.'annotation'.AnnotationValue,net.bytebuddy.description.type.TypeDescription$Generic)>(v, "metafactory", 9, v, v, v, v, v, v, v);
v = newarray (java.lang.Object)[3];
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.description.method.MethodList asDefined()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
v = staticinvoke <net.bytebuddy.utility.JavaConstant$MethodType: net.bytebuddy.utility.JavaConstant$MethodType ofSignature(net.bytebuddy.description.method.MethodDescription)>(v);
v[0] = v;
v = staticinvoke <net.bytebuddy.utility.JavaConstant$MethodHandle: net.bytebuddy.utility.JavaConstant$MethodHandle of(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v[1] = v;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.description.method.MethodList asDefined()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
v = staticinvoke <net.bytebuddy.utility.JavaConstant$MethodType: net.bytebuddy.utility.JavaConstant$MethodType ofSignature(net.bytebuddy.description.method.MethodDescription)>(v);
v[2] = v;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.lang.Object[])>(v, v, v);
return v;
}
public transient net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, java.lang.reflect.Method, java.lang.Object[])
{
java.util.List v;
java.lang.Object[] v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.lang.Object[];
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,java.lang.reflect.Method,java.util.List)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, java.lang.reflect.Method, java.util.List)
{
java.util.List v;
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.util.List;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.util.List)>(v, v, v);
return v;
}
public transient net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, java.lang.reflect.Constructor, java.lang.Object[])
{
java.util.List v;
java.lang.Object[] v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.reflect.Constructor v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: java.lang.Object[];
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,java.lang.reflect.Constructor,java.util.List)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, java.lang.reflect.Constructor, java.util.List)
{
java.util.List v;
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
java.lang.reflect.Constructor v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: java.util.List;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.util.List)>(v, v, v);
return v;
}
public transient net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.lang.Object[])
{
java.util.List v;
java.lang.Object[] v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v := @parameter: java.lang.Object[];
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.util.List)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bindDynamic(java.lang.Class, net.bytebuddy.description.method.MethodDescription$InDefinedShape, java.util.List)
{
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDynamicInvocation v;
java.lang.IllegalArgumentException v;
java.util.List v, v;
net.bytebuddy.description.type.TypeList v;
java.lang.Class v;
java.lang.String v;
boolean v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v := @parameter: java.util.List;
v = staticinvoke <net.bytebuddy.utility.JavaConstant$Simple: java.util.List wrap(java.util.List)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeList$Explicit: net.bytebuddy.description.type.TypeList of(java.util.List)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription$InDefinedShape: boolean isInvokeBootstrap(java.util.List)>(v);
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.util.List)>(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[])>("Not a valid bootstrap method \u for \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDynamicInvocation;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfDynamicInvocation: void <init>(java.lang.Class,net.bytebuddy.description.method.MethodDescription$InDefinedShape,java.util.List)>(v, v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(java.lang.Class, net.bytebuddy.asm.Advice$OffsetMapping)
{
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.Class v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple v;
net.bytebuddy.asm.Advice$OffsetMapping v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.asm.Advice$OffsetMapping;
v = new net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple: void <init>(java.lang.Class,net.bytebuddy.asm.Advice$OffsetMapping)>(v, v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bind(net.bytebuddy.asm.Advice$OffsetMapping$Factory)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
java.util.LinkedHashMap v;
java.util.Map v;
java.lang.String v, v;
boolean v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.IllegalArgumentException v, v;
java.lang.Class v, v, v, v;
java.lang.Object v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.asm.Advice$OffsetMapping$Factory;
v = new java.util.LinkedHashMap;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
specialinvoke v.<java.util.LinkedHashMap: void <init>(java.util.Map)>(v);
v = interfaceinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory: java.lang.Class getAnnotationType()>();
v = virtualinvoke v.<java.lang.Class: boolean isAnnotation()>();
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
v = interfaceinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory: java.lang.Class getAnnotationType()>();
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 = interfaceinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory: java.lang.Class getAnnotationType()>();
v = interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
if v == null goto label;
v = new java.lang.IllegalArgumentException;
v = interfaceinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory: java.lang.Class getAnnotationType()>();
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[])>("Annotation type already mapped: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.asm.Advice$WithCustomMapping;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
specialinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory,java.util.Map,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(java.lang.reflect.Constructor)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.reflect.Constructor v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.reflect.Constructor;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(java.lang.reflect.Constructor, net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory v;
java.lang.reflect.Constructor v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.reflect.Constructor;
v := @parameter: net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedConstructor: void <init>(java.lang.reflect.Constructor)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(java.lang.reflect.Method)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.reflect.Method;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(java.lang.reflect.Method, net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)
{
net.bytebuddy.description.method.MethodDescription$ForLoadedMethod v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory v;
java.lang.reflect.Method v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.reflect.Method;
v := @parameter: net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory;
v = new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$ForLoadedMethod: void <init>(java.lang.reflect.Method)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape)
{
net.bytebuddy.asm.Advice$BootstrapArgumentResolver$ForDefaultValues$Factory v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v = <net.bytebuddy.asm.Advice$BootstrapArgumentResolver$ForDefaultValues$Factory: net.bytebuddy.asm.Advice$BootstrapArgumentResolver$ForDefaultValues$Factory INSTANCE>;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping bootstrap(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
java.util.Map v;
net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v := @parameter: net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory;
v = new net.bytebuddy.asm.Advice$WithCustomMapping;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = staticinvoke <net.bytebuddy.asm.Advice$Delegator$ForDynamicInvocation: net.bytebuddy.asm.Advice$Delegator$Factory of(net.bytebuddy.description.method.MethodDescription$InDefinedShape,net.bytebuddy.asm.Advice$BootstrapArgumentResolver$Factory)>(v, v);
specialinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory,java.util.Map,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice$WithCustomMapping 'with'(net.bytebuddy.asm.Advice$PostProcessor$Factory)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v, v;
net.bytebuddy.asm.Advice$WithCustomMapping v, v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
net.bytebuddy.asm.Advice$PostProcessor$Factory$Compound v;
net.bytebuddy.asm.Advice$PostProcessor$Factory[] v;
java.util.Map v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.asm.Advice$PostProcessor$Factory;
v = new net.bytebuddy.asm.Advice$WithCustomMapping;
v = new net.bytebuddy.asm.Advice$PostProcessor$Factory$Compound;
v = newarray (net.bytebuddy.asm.Advice$PostProcessor$Factory)[2];
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v[0] = v;
v[1] = v;
specialinvoke v.<net.bytebuddy.asm.Advice$PostProcessor$Factory$Compound: void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory[])>(v);
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
specialinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: void <init>(net.bytebuddy.asm.Advice$PostProcessor$Factory,java.util.Map,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(java.lang.Class)
{
net.bytebuddy.asm.Advice v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.lang.Class v;
java.lang.ClassLoader v;
net.bytebuddy.dynamic.ClassFileLocator v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v = virtualinvoke v.<java.lang.Class: java.lang.ClassLoader getClassLoader()>();
v = staticinvoke <net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader: net.bytebuddy.dynamic.ClassFileLocator of(java.lang.ClassLoader)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice 'to'(java.lang.Class,net.bytebuddy.dynamic.ClassFileLocator)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(java.lang.Class, net.bytebuddy.dynamic.ClassFileLocator)
{
net.bytebuddy.asm.Advice v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.ClassFileLocator v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.dynamic.ClassFileLocator;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.ClassFileLocator)>(v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.ClassFileLocator)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.util.Collection v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
java.util.ArrayList v;
net.bytebuddy.dynamic.ClassFileLocator v;
net.bytebuddy.asm.Advice v;
java.util.Map v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.dynamic.ClassFileLocator;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = new java.util.ArrayList;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = interfaceinvoke v.<java.util.Map: java.util.Collection values()>();
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
v = staticinvoke <net.bytebuddy.asm.Advice: net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.asm.Advice$PostProcessor$Factory,net.bytebuddy.dynamic.ClassFileLocator,java.util.List,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v, v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(java.lang.Class, java.lang.Class)
{
net.bytebuddy.asm.Advice$WithCustomMapping v;
net.bytebuddy.dynamic.ClassFileLocator v, v, v;
net.bytebuddy.asm.Advice v;
net.bytebuddy.dynamic.ClassFileLocator[] v;
java.lang.Class v, v;
java.lang.ClassLoader v, v;
net.bytebuddy.dynamic.ClassFileLocator$Compound v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Class;
v = virtualinvoke v.<java.lang.Class: java.lang.ClassLoader getClassLoader()>();
v = virtualinvoke v.<java.lang.Class: java.lang.ClassLoader getClassLoader()>();
if v != v goto label;
v = staticinvoke <net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader: net.bytebuddy.dynamic.ClassFileLocator of(java.lang.ClassLoader)>(v);
goto label;
label:
v = new net.bytebuddy.dynamic.ClassFileLocator$Compound;
v = v;
v = newarray (net.bytebuddy.dynamic.ClassFileLocator)[2];
v = staticinvoke <net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader: net.bytebuddy.dynamic.ClassFileLocator of(java.lang.ClassLoader)>(v);
v[0] = v;
v = staticinvoke <net.bytebuddy.dynamic.ClassFileLocator$ForClassLoader: net.bytebuddy.dynamic.ClassFileLocator of(java.lang.ClassLoader)>(v);
v[1] = v;
specialinvoke v.<net.bytebuddy.dynamic.ClassFileLocator$Compound: void <init>(net.bytebuddy.dynamic.ClassFileLocator[])>(v);
label:
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice 'to'(java.lang.Class,java.lang.Class,net.bytebuddy.dynamic.ClassFileLocator)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(java.lang.Class, java.lang.Class, net.bytebuddy.dynamic.ClassFileLocator)
{
net.bytebuddy.asm.Advice v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription v, v;
net.bytebuddy.dynamic.ClassFileLocator v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Class;
v := @parameter: net.bytebuddy.dynamic.ClassFileLocator;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.ClassFileLocator)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.dynamic.ClassFileLocator$NoOp v;
net.bytebuddy.asm.Advice v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
net.bytebuddy.description.type.TypeDescription v, v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = <net.bytebuddy.dynamic.ClassFileLocator$NoOp: net.bytebuddy.dynamic.ClassFileLocator$NoOp INSTANCE>;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.dynamic.ClassFileLocator)>(v, v, v);
return v;
}
public net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.ClassFileLocator)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
java.util.Collection v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
java.util.ArrayList v;
net.bytebuddy.dynamic.ClassFileLocator v;
net.bytebuddy.asm.Advice v;
java.util.Map v;
net.bytebuddy.description.type.TypeDescription v, v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.dynamic.ClassFileLocator;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = new java.util.ArrayList;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = interfaceinvoke v.<java.util.Map: java.util.Collection values()>();
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
v = staticinvoke <net.bytebuddy.asm.Advice: net.bytebuddy.asm.Advice 'to'(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.asm.Advice$PostProcessor$Factory,net.bytebuddy.dynamic.ClassFileLocator,java.util.List,net.bytebuddy.asm.Advice$Delegator$Factory)>(v, v, v, v, v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.asm.Advice$PostProcessor$Factory v, v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
net.bytebuddy.asm.Advice$Delegator$Factory v, v;
java.util.Map v, v;
java.lang.Class v, v;
java.lang.Object v;
boolean v, v, v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
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$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
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.asm.Advice$PostProcessor$Factory v;
net.bytebuddy.asm.Advice$WithCustomMapping v;
net.bytebuddy.asm.Advice$Delegator$Factory v;
java.util.Map v;
int v, v, v, v, v, v, v, v, v, v;
java.lang.Class v;
v := @this: net.bytebuddy.asm.Advice$WithCustomMapping;
v = virtualinvoke v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$PostProcessor$Factory postProcessorFactory>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: net.bytebuddy.asm.Advice$Delegator$Factory delegatorFactory>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.asm.Advice$WithCustomMapping: java.util.Map offsetMappings>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}