public class net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor extends java.lang.Object implements net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate
{
private final net.bytebuddy.description.type.TypeDescription throwableType;
private final net.bytebuddy.description.method.MethodDescription targetConstructor;
private final java.lang.String message;
public void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.String)
{
java.lang.Class[] v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v;
java.lang.Object v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor v;
net.bytebuddy.matcher.FilterableList v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.method.MethodList v;
v := @this: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.type.TypeDescription throwableType> = v;
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 isConstructor()>();
v = newarray (java.lang.Class)[1];
v[0] = class "Ljava/lang/String;";
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction takesArguments(java.lang.Class[])>(v);
v = interfaceinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction: net.bytebuddy.matcher.ElementMatcher$Junction and(net.bytebuddy.matcher.ElementMatcher)>(v);
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()>();
v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.method.MethodDescription targetConstructor> = v;
v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.String message> = v;
return;
}
public net.bytebuddy.implementation.bytecode.StackManipulation make()
{
net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType v;
net.bytebuddy.implementation.bytecode.Duplication v;
net.bytebuddy.implementation.bytecode.StackManipulation[] v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.implementation.bytecode.constant.TextConstant v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.bytecode.StackManipulation$Compound v;
v := @this: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor;
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[4];
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.type.TypeDescription throwableType>;
v = staticinvoke <net.bytebuddy.implementation.bytecode.TypeCreation: net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDescription)>(v);
v[0] = v;
v = <net.bytebuddy.implementation.bytecode.Duplication: net.bytebuddy.implementation.bytecode.Duplication SINGLE>;
v[1] = v;
v = new net.bytebuddy.implementation.bytecode.constant.TextConstant;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.String message>;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.TextConstant: void <init>(java.lang.String)>(v);
v[2] = v;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.method.MethodDescription targetConstructor>;
v = staticinvoke <net.bytebuddy.implementation.bytecode.member.MethodInvocation: net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType invoke(net.bytebuddy.description.method.MethodDescription)>(v);
v[3] = v;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[])>(v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.description.method.MethodDescription v, v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor v;
java.lang.String v, v;
net.bytebuddy.description.type.TypeDescription v, v;
boolean v, v, v;
v := @this: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor;
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.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.String message>;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.String message>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.type.TypeDescription throwableType>;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.type.TypeDescription throwableType>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.method.MethodDescription targetConstructor>;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.method.MethodDescription targetConstructor>;
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 v;
int v, v, v, v, v, v, v, v, v, v;
java.lang.Class v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor;
v = virtualinvoke v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.type.TypeDescription throwableType>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: net.bytebuddy.description.method.MethodDescription targetConstructor>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: java.lang.String message>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
return v;
}
}