public final class net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType extends java.lang.Enum<net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType DELEGATION;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;

  public static final net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType INLINING;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;

  private final boolean delegation;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 1301
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
            dup
            ldc "DELEGATION"
            iconst_0
         1: .line 1304
            iconst_1
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.DELEGATION:Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
         2: .line 1306
            new net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
            dup
            ldc "INLINING"
            iconst_1
         3: .line 1309
            iconst_0
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.INLINING:Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
         4: .line 1299
            iconst_2
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
            dup
            iconst_0
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.DELEGATION:Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.INLINING:Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            aastore
            putstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType this
        start local 3 // boolean delegation
         0: .line 1321
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 1322
            aload 0 /* this */
            iload 3 /* delegation */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.delegation:Z
         2: .line 1323
            return
        end local 3 // boolean delegation
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            0    3     3  delegation  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      delegation     

  public boolean isDelegation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType this
         0: .line 1331
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.delegation:Z
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;

  public static net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType[] values();
    descriptor: ()[Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType.ENUM$VALUES:[Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory