class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 extends net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2
  super_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue
{
  void <init>(java.lang.String, int, int, int, int, int);
    descriptor: (Ljava/lang/String;IIIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 this
        start local 3 // int $anonymous0
        start local 4 // int $anonymous1
        start local 5 // int $anonymous2
        start local 6 // int $anonymous3
         0: .line 6517
            aload 0 /* this */
            aload 1
            iload 2
            iload 3 /* $anonymous0 */
            iload 4 /* $anonymous1 */
            iload 5 /* $anonymous2 */
            iload 6 /* $anonymous3 */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.<init>:(Ljava/lang/String;IIIII)V
            return
        end local 6 // int $anonymous3
        end local 5 // int $anonymous2
        end local 4 // int $anonymous1
        end local 3 // int $anonymous0
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue$2;
            0    1     3  $anonymous0  I
            0    1     4  $anonymous1  I
            0    1     5  $anonymous2  I
            0    1     6  $anonymous3  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    
      $anonymous1    
      $anonymous2    
      $anonymous3    

  protected void convertValue(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 6520
            aload 1 /* methodVisitor */
            sipush 136
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 6521
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForValue$2;
            0    2     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  
}
SourceFile: "Advice.java"
EnclosingMethod: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract ForValue = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2