public class net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod implements net.bytebuddy.implementation.bytecode.StackManipulation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation;
    descriptor: Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  protected void <init>(net.bytebuddy.implementation.Implementation$SpecialMethodInvocation, boolean, boolean);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
        start local 1 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        start local 2 // boolean cached
        start local 3 // boolean privileged
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 155
            aload 0 /* this */
            aload 1 /* specialMethodInvocation */
            putfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
         2: .line 156
            aload 0 /* this */
            iload 2 /* cached */
            putfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.cached:Z
         3: .line 157
            aload 0 /* this */
            iload 3 /* privileged */
            putfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.privileged:Z
         4: .line 158
            return
        end local 3 // boolean privileged
        end local 2 // boolean cached
        end local 1 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation specialMethodInvocation
        end local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    5     0                     this  Lnet/bytebuddy/implementation/bind/annotation/SuperMethod$Binder$DelegationMethod;
            0    5     1  specialMethodInvocation  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            0    5     2                   cached  Z
            0    5     3               privileged  Z
    MethodParameters:
                         Name  Flags
      specialMethodInvocation  
      cached                   
      privileged               

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
         0: .line 164
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            invokeinterface net.bytebuddy.implementation.Implementation$SpecialMethodInvocation.isValid:()Z
            ireturn
        end local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bind/annotation/SuperMethod$Binder$DelegationMethod;

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 171
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.privileged:Z
            ifeq 2
         1: .line 172
            aload 2 /* implementationContext */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            getstatic net.bytebuddy.implementation.MethodAccessorFactory$AccessType.PUBLIC:Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
            invokeinterface net.bytebuddy.implementation.Implementation$Context.registerAccessorFor:(Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.bytecode.constant.MethodConstant.ofPrivileged:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CanCache;
            goto 3
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 2 /* implementationContext */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.specialMethodInvocation:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            getstatic net.bytebuddy.implementation.MethodAccessorFactory$AccessType.PUBLIC:Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;
            invokeinterface net.bytebuddy.implementation.Implementation$Context.registerAccessorFor:(Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;Lnet/bytebuddy/implementation/MethodAccessorFactory$AccessType;)Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.bytecode.constant.MethodConstant.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$CanCache;
         3: .line 171
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache
            astore 3 /* methodConstant */
        start local 3 // net.bytebuddy.implementation.bytecode.StackManipulation methodConstant
         4: .line 174
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod.cached:Z
            ifeq 6
         5: .line 175
            aload 2 /* implementationContext */
            aload 3 /* methodConstant */
            ldc Ljava/lang/reflect/Method;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.implementation.Implementation$Context.cache:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.bytecode.member.FieldAccess.forField:(Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/FieldAccess$Defined;
            invokeinterface net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined.read:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            goto 7
         6: .line 176
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            aload 3 /* methodConstant */
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
         7: aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
         8: .line 174
            areturn
        end local 3 // net.bytebuddy.implementation.bytecode.StackManipulation methodConstant
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lnet/bytebuddy/implementation/bind/annotation/SuperMethod$Binder$DelegationMethod;
            0    9     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    9     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            4    9     3         methodConstant  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
}
SourceFile: "SuperMethod.java"
NestHost: net.bytebuddy.implementation.bind.annotation.SuperMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public final AccessType = net.bytebuddy.implementation.MethodAccessorFactory$AccessType of net.bytebuddy.implementation.MethodAccessorFactory
  public final Binder = net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder of net.bytebuddy.implementation.bind.annotation.SuperMethod
  protected DelegationMethod = net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder$DelegationMethod of net.bytebuddy.implementation.bind.annotation.SuperMethod$Binder
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract CanCache = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  public abstract Defined = net.bytebuddy.implementation.bytecode.member.FieldAccess$Defined of net.bytebuddy.implementation.bytecode.member.FieldAccess
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()