public class net.bytebuddy.implementation.bind.'annotation'.Morph$Binder extends java.lang.Object implements net.bytebuddy.implementation.bind.'annotation'.TargetMethodAnnotationDrivenBinder$ParameterBinder
{
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_METHOD;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_TARGET;
private final net.bytebuddy.description.method.MethodDescription forwardingMethod;
protected void <init>(net.bytebuddy.description.method.MethodDescription)
{
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder v;
net.bytebuddy.description.method.MethodDescription v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod> = v;
return;
}
public static net.bytebuddy.implementation.bind.'annotation'.TargetMethodAnnotationDrivenBinder$ParameterBinder install(java.lang.Class)
{
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.bind.'annotation'.TargetMethodAnnotationDrivenBinder$ParameterBinder v;
v := @parameter: java.lang.Class;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = staticinvoke <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.implementation.bind.'annotation'.TargetMethodAnnotationDrivenBinder$ParameterBinder install(net.bytebuddy.description.type.TypeDescription)>(v);
return v;
}
public static net.bytebuddy.implementation.bind.'annotation'.TargetMethodAnnotationDrivenBinder$ParameterBinder install(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.description.type.TypeDescription v;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = new net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
v = staticinvoke <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription onlyMethod(net.bytebuddy.description.type.TypeDescription)>(v);
specialinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: void <init>(net.bytebuddy.description.method.MethodDescription)>(v);
return v;
}
private static net.bytebuddy.description.method.MethodDescription onlyMethod(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.type.TypeList$Generic v;
net.bytebuddy.description.method.MethodList v;
boolean v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v, v;
net.bytebuddy.matcher.ElementMatcher$Junction v;
net.bytebuddy.description.type.TypeDescription v, v, v;
net.bytebuddy.description.method.ParameterList v, v;
int v, v;
java.lang.String v, v, v, v, v, v;
java.lang.IllegalArgumentException v, v, v, v, v, v;
java.lang.Object v, v;
net.bytebuddy.matcher.FilterableList v;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
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");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.type.TypeList$Generic getInterfaces()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: boolean isEmpty()>();
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 must not extend other interfaces");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isPublic()>();
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 mot public");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.method.MethodList getDeclaredMethods()>();
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)>(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 must declare exactly one abstract method");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDescription$Generic getReturnType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(class "Ljava/lang/Object;");
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription)>(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 return an Object-type");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: int size()>();
if v != 1 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.ParameterList getParameters()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterList: java.lang.Object get(int)>(0);
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(class "[Ljava/lang/Object;");
if v != 0 goto label;
label:
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription)>(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 take a single argument of type Object[]");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public java.lang.Class getHandledType()
{
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
return class "Lnet/bytebuddy/implementation/bind/annotation/Morph;";
}
public net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding bind(net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing)
{
java.lang.IllegalStateException v;
net.bytebuddy.description.method.MethodDescription v, v, v, v;
boolean v, v, v, v, v, v;
net.bytebuddy.description.'annotation'.AnnotationValue v, v, v;
net.bytebuddy.description.method.MethodDescription$TypeToken v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.implementation.Implementation$Target v;
net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable v;
net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding v;
net.bytebuddy.description.method.MethodDescription$SignatureToken v;
net.bytebuddy.description.type.TypeDefinition v, v, v;
net.bytebuddy.description.method.ParameterDescription v;
net.bytebuddy.description.type.TypeDescription v, v, v;
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.implementation.bytecode.assign.Assigner$Typing v;
net.bytebuddy.implementation.Implementation$SpecialMethodInvocation v, v;
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$RedirectionProxy v;
java.lang.String v;
net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v, v, v;
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator v;
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator$Explicit v;
java.lang.Class v, v;
java.lang.Object v, v, v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
v := @parameter: net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: net.bytebuddy.description.method.ParameterDescription;
v := @parameter: net.bytebuddy.implementation.Implementation$Target;
v := @parameter: net.bytebuddy.implementation.bytecode.assign.Assigner;
v := @parameter: net.bytebuddy.implementation.bytecode.assign.Assigner$Typing;
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = new java.lang.IllegalStateException;
v = v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.ParameterDescription,net.bytebuddy.description.type.TypeDefinition)>(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[])>("Illegal use of @Morph for \u which was installed for \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_TARGET>;
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(java.lang.Class)>(class "Lnet/bytebuddy/description/type/TypeDescription;");
v = <java.lang.Void: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_METHOD>;
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(java.lang.Class)>(class "Ljava/lang/Boolean;");
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
if v != 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.MethodDescription$SignatureToken asSignatureToken()>();
v = interfaceinvoke v.<net.bytebuddy.implementation.Implementation$Target: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation invokeSuper(net.bytebuddy.description.method.MethodDescription$SignatureToken)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.MethodDescription$TypeToken asTypeToken()>();
v = interfaceinvoke v.<net.bytebuddy.implementation.Implementation$SpecialMethodInvocation: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation withCheckedCompatibilityTo(net.bytebuddy.description.method.MethodDescription$TypeToken)>(v);
goto label;
label:
v = <java.lang.Void: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator$Implicit: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator$Implicit INSTANCE>;
goto label;
label:
v = new net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator$Explicit;
v = v;
specialinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator$Explicit: void <init>(net.bytebuddy.description.type.TypeDescription)>(v);
label:
v = interfaceinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$DefaultMethodLocator: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation resolve(net.bytebuddy.implementation.Implementation$Target,net.bytebuddy.description.method.MethodDescription)>(v, v);
label:
v = interfaceinvoke v.<net.bytebuddy.implementation.Implementation$SpecialMethodInvocation: boolean isValid()>();
if v == 0 goto label;
v = new net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous;
v = v;
v = new net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$RedirectionProxy;
v = v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.implementation.Implementation$Target: net.bytebuddy.description.type.TypeDescription getInstrumentedType()>();
v = <net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY>;
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(java.lang.Class)>(class "Ljava/lang/Boolean;");
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
specialinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder$RedirectionProxy: void <init>(net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.implementation.Implementation$SpecialMethodInvocation,net.bytebuddy.implementation.bytecode.assign.Assigner,boolean)>(v, v, v, v, v);
specialinvoke v.<net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Anonymous: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation)>(v);
goto label;
label:
v = <net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal: net.bytebuddy.implementation.bind.MethodDelegationBinder$ParameterBinding$Illegal INSTANCE>;
label:
return v;
}
static void <clinit>()
{
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v;
java.lang.Object v, v, v;
net.bytebuddy.matcher.FilterableList v, v, v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.method.MethodList v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Lnet/bytebuddy/implementation/bind/annotation/Morph;");
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.method.MethodList getDeclaredMethods()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("serializableProxy");
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: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("defaultMethod");
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: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_METHOD> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("defaultTarget");
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: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription$InDefinedShape DEFAULT_TARGET> = v;
return;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.implementation.bind.'annotation'.Morph$Binder v;
net.bytebuddy.description.method.MethodDescription v, v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
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.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
v = v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
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.bind.'annotation'.Morph$Binder v;
net.bytebuddy.description.method.MethodDescription v;
int v, v, v, v;
java.lang.Class v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Morph$Binder;
v = virtualinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.bind.'annotation'.Morph$Binder: net.bytebuddy.description.method.MethodDescription forwardingMethod>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}