public class net.bytebuddy.implementation.ExceptionMethod extends java.lang.Object implements net.bytebuddy.implementation.Implementation, net.bytebuddy.implementation.bytecode.ByteCodeAppender
{
private final net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate;
public void <init>(net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate)
{
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
v := @parameter: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.implementation.ExceptionMethod: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate> = v;
return;
}
public static net.bytebuddy.implementation.Implementation throwing(java.lang.Class)
{
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.Implementation 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.ExceptionMethod: net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription)>(v);
return v;
}
public static net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor v;
net.bytebuddy.implementation.ExceptionMethod v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.IllegalArgumentException v;
boolean v;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isAssignableTo(java.lang.Class)>(class "Ljava/lang/Throwable;");
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 does not extend throwable");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.implementation.ExceptionMethod;
v = new net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor;
specialinvoke v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor: void <init>(net.bytebuddy.description.type.TypeDescription)>(v);
specialinvoke v.<net.bytebuddy.implementation.ExceptionMethod: void <init>(net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate)>(v);
return v;
}
public static net.bytebuddy.implementation.Implementation throwing(java.lang.Class, java.lang.String)
{
java.lang.Class v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.Implementation v;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.String;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = staticinvoke <net.bytebuddy.implementation.ExceptionMethod: net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription,java.lang.String)>(v, v);
return v;
}
public static net.bytebuddy.implementation.Implementation throwing(net.bytebuddy.description.type.TypeDescription, java.lang.String)
{
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor v;
java.lang.String v, v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.IllegalArgumentException v;
boolean v;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: java.lang.String;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isAssignableTo(java.lang.Class)>(class "Ljava/lang/Throwable;");
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 does not extend throwable");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.implementation.ExceptionMethod;
v = new net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor;
specialinvoke v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor: void <init>(net.bytebuddy.description.type.TypeDescription,java.lang.String)>(v, v);
specialinvoke v.<net.bytebuddy.implementation.ExceptionMethod: void <init>(net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate)>(v);
return v;
}
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType)
{
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.dynamic.scaffold.InstrumentedType v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
v := @parameter: net.bytebuddy.dynamic.scaffold.InstrumentedType;
return v;
}
public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target)
{
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.Implementation$Target v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
v := @parameter: net.bytebuddy.implementation.Implementation$Target;
return v;
}
public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription)
{
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.implementation.bytecode.StackManipulation[] v;
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.bytecode.Throw v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
int v, v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
net.bytebuddy.implementation.Implementation$Context v;
net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size v;
net.bytebuddy.implementation.bytecode.StackManipulation$Compound v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v = new net.bytebuddy.implementation.bytecode.StackManipulation$Compound;
v = newarray (net.bytebuddy.implementation.bytecode.StackManipulation)[2];
v = v.<net.bytebuddy.implementation.ExceptionMethod: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate>;
v = interfaceinvoke v.<net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate: net.bytebuddy.implementation.bytecode.StackManipulation make()>();
v[0] = v;
v = <net.bytebuddy.implementation.bytecode.Throw: net.bytebuddy.implementation.bytecode.Throw INSTANCE>;
v[1] = v;
specialinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation[])>(v);
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Compound: net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor,net.bytebuddy.implementation.Implementation$Context)>(v, v);
v = new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size;
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackManipulation$Size: int getMaximalSize()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: int getStackSize()>();
specialinvoke v.<net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size: void <init>(int,int)>(v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate v, v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
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: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate>;
v = v.<net.bytebuddy.implementation.ExceptionMethod: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate>;
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()
{
int v, v, v, v;
net.bytebuddy.implementation.ExceptionMethod v;
net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate v;
java.lang.Class v;
v := @this: net.bytebuddy.implementation.ExceptionMethod;
v = virtualinvoke v.<net.bytebuddy.implementation.ExceptionMethod: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.implementation.ExceptionMethod: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate constructionDelegate>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}