public final enum class net.bytebuddy.asm.Advice$Dispatcher$Inactive extends java.lang.Enum implements net.bytebuddy.asm.Advice$Dispatcher$Unresolved, net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter, net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit, net.bytebuddy.asm.Advice$Dispatcher$Bound
{
public static final enum net.bytebuddy.asm.Advice$Dispatcher$Inactive INSTANCE;
private static final net.bytebuddy.asm.Advice$Dispatcher$Inactive[] $VALUES;
public static net.bytebuddy.asm.Advice$Dispatcher$Inactive[] values()
{
java.lang.Object v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive[] v;
v = <net.bytebuddy.asm.Advice$Dispatcher$Inactive: net.bytebuddy.asm.Advice$Dispatcher$Inactive[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.asm.Advice$Dispatcher$Inactive 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$Inactive;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public boolean isAlive()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return 0;
}
public boolean isBinary()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return 0;
}
public net.bytebuddy.description.type.TypeDescription getAdviceType()
{
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v = <java.lang.Void: java.lang.Class TYPE>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
return v;
}
public boolean isPrependLineNumber()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return 0;
}
public net.bytebuddy.description.type.TypeDefinition getActualAdviceType()
{
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v = <java.lang.Void: java.lang.Class TYPE>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
return v;
}
public java.util.Map getNamedTypes()
{
java.util.Map v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v = staticinvoke <java.util.Collections: java.util.Map emptyMap()>();
return v;
}
public net.bytebuddy.description.type.TypeDescription getThrowable()
{
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v = <net.bytebuddy.asm.Advice$NoExceptionHandler: net.bytebuddy.description.type.TypeDescription DESCRIPTION>;
return v;
}
public net.bytebuddy.asm.Advice$ArgumentHandler$Factory getArgumentHandlerFactory()
{
net.bytebuddy.asm.Advice$ArgumentHandler$Factory v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v = <net.bytebuddy.asm.Advice$ArgumentHandler$Factory: net.bytebuddy.asm.Advice$ArgumentHandler$Factory SIMPLE>;
return v;
}
public net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter asMethodEnter(java.util.List, org.objectweb.asm.ClassReader, net.bytebuddy.asm.Advice$Dispatcher$Unresolved, net.bytebuddy.asm.Advice$PostProcessor$Factory)
{
java.util.List v;
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
org.objectweb.asm.ClassReader v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
net.bytebuddy.asm.Advice$Dispatcher$Unresolved v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v := @parameter: java.util.List;
v := @parameter: org.objectweb.asm.ClassReader;
v := @parameter: net.bytebuddy.asm.Advice$Dispatcher$Unresolved;
v := @parameter: net.bytebuddy.asm.Advice$PostProcessor$Factory;
return v;
}
public net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit asMethodExit(java.util.List, org.objectweb.asm.ClassReader, net.bytebuddy.asm.Advice$Dispatcher$Unresolved, net.bytebuddy.asm.Advice$PostProcessor$Factory)
{
java.util.List v;
net.bytebuddy.asm.Advice$PostProcessor$Factory v;
org.objectweb.asm.ClassReader v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
net.bytebuddy.asm.Advice$Dispatcher$Unresolved v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v := @parameter: java.util.List;
v := @parameter: org.objectweb.asm.ClassReader;
v := @parameter: net.bytebuddy.asm.Advice$Dispatcher$Unresolved;
v := @parameter: net.bytebuddy.asm.Advice$PostProcessor$Factory;
return v;
}
public void prepare()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return;
}
public void initialize()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return;
}
public void apply()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
return;
}
public net.bytebuddy.asm.Advice$Dispatcher$Bound bind(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod, net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod, net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation)
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation v;
net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod v;
net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod v;
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.implementation.bytecode.assign.Assigner v;
net.bytebuddy.description.method.MethodDescription v;
net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.implementation.Implementation$Context v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$Inactive;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v := @parameter: net.bytebuddy.implementation.bytecode.assign.Assigner;
v := @parameter: net.bytebuddy.asm.Advice$ArgumentHandler$ForInstrumentedMethod;
v := @parameter: net.bytebuddy.asm.Advice$MethodSizeHandler$ForInstrumentedMethod;
v := @parameter: net.bytebuddy.asm.Advice$StackMapFrameHandler$ForInstrumentedMethod;
v := @parameter: net.bytebuddy.implementation.bytecode.StackManipulation;
v := @parameter: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation;
return v;
}
private static net.bytebuddy.asm.Advice$Dispatcher$Inactive[] $values()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive[] v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v = newarray (net.bytebuddy.asm.Advice$Dispatcher$Inactive)[1];
v = <net.bytebuddy.asm.Advice$Dispatcher$Inactive: net.bytebuddy.asm.Advice$Dispatcher$Inactive INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.asm.Advice$Dispatcher$Inactive[] v;
net.bytebuddy.asm.Advice$Dispatcher$Inactive v;
v = new net.bytebuddy.asm.Advice$Dispatcher$Inactive;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$Inactive: void <init>(java.lang.String,int)>("INSTANCE", 0);
<net.bytebuddy.asm.Advice$Dispatcher$Inactive: net.bytebuddy.asm.Advice$Dispatcher$Inactive INSTANCE> = v;
v = staticinvoke <net.bytebuddy.asm.Advice$Dispatcher$Inactive: net.bytebuddy.asm.Advice$Dispatcher$Inactive[] $values()>();
<net.bytebuddy.asm.Advice$Dispatcher$Inactive: net.bytebuddy.asm.Advice$Dispatcher$Inactive[] $VALUES> = v;
return;
}
}