public final enum class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled extends java.lang.Enum implements net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound
{
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled INSTANCE;
private static final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] $VALUES;
public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] values()
{
java.lang.Object v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound bind(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation)
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled v;
net.bytebuddy.description.method.MethodDescription v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation;
return v;
}
public int apply(net.bytebuddy.jar.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, int)
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled v;
net.bytebuddy.jar.asm.MethodVisitor v;
int v;
net.bytebuddy.implementation.Implementation$Context v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled;
v := @parameter: net.bytebuddy.jar.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v := @parameter: int;
return 0;
}
private static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] $values()
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled v;
v = newarray (net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled)[1];
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: void <init>(java.lang.String,int)>("INSTANCE", 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled INSTANCE> = v;
v = staticinvoke <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] $values()>();
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled[] $VALUES> = v;
return;
}
}