final class lombok.launch.Agent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: lombok.launch.Agent
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.launch.Agent this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.launch.Agent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/launch/Agent;

  public static void agentmain(java.lang.String, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/String;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String agentArgs
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 30
            aload 0 /* agentArgs */
            aload 1 /* instrumentation */
            iconst_1
            invokestatic lombok.launch.Agent.runLauncher:(Ljava/lang/String;Ljava/lang/instrument/Instrumentation;Z)V
         1: .line 31
            return
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.String agentArgs
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0        agentArgs  Ljava/lang/String;
            0    2     1  instrumentation  Ljava/lang/instrument/Instrumentation;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                 Name  Flags
      agentArgs        
      instrumentation  

  public static void premain(java.lang.String, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/String;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String agentArgs
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 34
            aload 0 /* agentArgs */
            aload 1 /* instrumentation */
            iconst_0
            invokestatic lombok.launch.Agent.runLauncher:(Ljava/lang/String;Ljava/lang/instrument/Instrumentation;Z)V
         1: .line 35
            return
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.String agentArgs
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0        agentArgs  Ljava/lang/String;
            0    2     1  instrumentation  Ljava/lang/instrument/Instrumentation;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                 Name  Flags
      agentArgs        
      instrumentation  

  private static void runLauncher(java.lang.String, java.lang.instrument.Instrumentation, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/instrument/Instrumentation;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // java.lang.String agentArgs
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // boolean injected
         0: .line 38
            invokestatic lombok.launch.Main.getShadowClassLoader:()Ljava/lang/ClassLoader;
            astore 3 /* cl */
        start local 3 // java.lang.ClassLoader cl
         1: .line 40
            aload 3 /* cl */
            ldc "lombok.core.AgentLauncher"
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 4 /* c */
        start local 4 // java.lang.Class c
         2: .line 41
            aload 4 /* c */
            ldc "runAgents"
            iconst_4
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/instrument/Instrumentation;
            aastore
            dup
            iconst_2
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc Ljava/lang/Class;
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 5 /* m */
        start local 5 // java.lang.reflect.Method m
         3: .line 42
            aload 5 /* m */
            aconst_null
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* agentArgs */
            aastore
            dup
            iconst_1
            aload 1 /* instrumentation */
            aastore
            dup
            iconst_2
            iload 2 /* injected */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_3
            ldc Llombok/launch/Agent;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.reflect.Method m
        end local 4 // java.lang.Class c
         4: .line 43
            goto 7
      StackMap locals: java.lang.String java.lang.instrument.Instrumentation int java.lang.ClassLoader
      StackMap stack: java.lang.reflect.InvocationTargetException
         5: astore 4 /* e */
        start local 4 // java.lang.reflect.InvocationTargetException e
         6: .line 44
            aload 4 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            athrow
        end local 4 // java.lang.reflect.InvocationTargetException e
         7: .line 46
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.ClassLoader cl
        end local 2 // boolean injected
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.String agentArgs
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0        agentArgs  Ljava/lang/String;
            0    8     1  instrumentation  Ljava/lang/instrument/Instrumentation;
            0    8     2         injected  Z
            1    8     3               cl  Ljava/lang/ClassLoader;
            2    4     4                c  Ljava/lang/Class<*>;
            3    4     5                m  Ljava/lang/reflect/Method;
            6    7     4                e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                 Name  Flags
      agentArgs        
      instrumentation  
      injected         
}
SourceFile: "Agent.java"