public interface java.lang.instrument.ClassFileTransformer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.lang.instrument.ClassFileTransformer
  super_class: java.lang.Object
{
  public byte[] transform(java.lang.ClassLoader, java.lang.String, java.lang.Class<?>, java.security.ProtectionDomain, );
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=6
        start local 0 // java.lang.instrument.ClassFileTransformer this
        start local 1 // java.lang.ClassLoader loader
        start local 2 // java.lang.String className
        start local 3 // java.lang.Class classBeingRedefined
        start local 4 // java.security.ProtectionDomain protectionDomain
        start local 5 // byte[] classfileBuffer
         0: .line 204
            aconst_null
            areturn
        end local 5 // byte[] classfileBuffer
        end local 4 // java.security.ProtectionDomain protectionDomain
        end local 3 // java.lang.Class classBeingRedefined
        end local 2 // java.lang.String className
        end local 1 // java.lang.ClassLoader loader
        end local 0 // java.lang.instrument.ClassFileTransformer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Ljava/lang/instrument/ClassFileTransformer;
            0    1     1               loader  Ljava/lang/ClassLoader;
            0    1     2            className  Ljava/lang/String;
            0    1     3  classBeingRedefined  Ljava/lang/Class<*>;
            0    1     4     protectionDomain  Ljava/security/ProtectionDomain;
            0    1     5      classfileBuffer  [B
    Exceptions:
      throws java.lang.instrument.IllegalClassFormatException
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;[B)[B
    MethodParameters:
                     Name  Flags
      loader               
      className            
      classBeingRedefined  
      protectionDomain     
      classfileBuffer      

  public byte[] transform(java.lang.Module, java.lang.ClassLoader, java.lang.String, java.lang.Class<?>, java.security.ProtectionDomain, );
    descriptor: (Ljava/lang/Module;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // java.lang.instrument.ClassFileTransformer this
        start local 1 // java.lang.Module module
        start local 2 // java.lang.ClassLoader loader
        start local 3 // java.lang.String className
        start local 4 // java.lang.Class classBeingRedefined
        start local 5 // java.security.ProtectionDomain protectionDomain
        start local 6 // byte[] classfileBuffer
         0: .line 246
            aload 0 /* this */
            aload 2 /* loader */
         1: .line 247
            aload 3 /* className */
         2: .line 248
            aload 4 /* classBeingRedefined */
         3: .line 249
            aload 5 /* protectionDomain */
         4: .line 250
            aload 6 /* classfileBuffer */
         5: .line 246
            invokeinterface java.lang.instrument.ClassFileTransformer.transform:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B
            areturn
        end local 6 // byte[] classfileBuffer
        end local 5 // java.security.ProtectionDomain protectionDomain
        end local 4 // java.lang.Class classBeingRedefined
        end local 3 // java.lang.String className
        end local 2 // java.lang.ClassLoader loader
        end local 1 // java.lang.Module module
        end local 0 // java.lang.instrument.ClassFileTransformer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Ljava/lang/instrument/ClassFileTransformer;
            0    6     1               module  Ljava/lang/Module;
            0    6     2               loader  Ljava/lang/ClassLoader;
            0    6     3            className  Ljava/lang/String;
            0    6     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    6     5     protectionDomain  Ljava/security/ProtectionDomain;
            0    6     6      classfileBuffer  [B
    Exceptions:
      throws java.lang.instrument.IllegalClassFormatException
    Signature: (Ljava/lang/Module;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;[B)[B
    MethodParameters:
                     Name  Flags
      module               
      loader               
      className            
      classBeingRedefined  
      protectionDomain     
      classfileBuffer      
}
SourceFile: "ClassFileTransformer.java"