class lombok.core.AgentLauncher$EclipsePatcherInfo extends lombok.core.AgentLauncher$AgentInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.core.AgentLauncher$EclipsePatcherInfo
  super_class: lombok.core.AgentLauncher$AgentInfo
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.AgentLauncher$EclipsePatcherInfo this
         0: .line 83
            aload 0 /* this */
            invokespecial lombok.core.AgentLauncher$AgentInfo.<init>:()V
            return
        end local 0 // lombok.core.AgentLauncher$EclipsePatcherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/AgentLauncher$EclipsePatcherInfo;

  java.lang.String className();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.AgentLauncher$EclipsePatcherInfo this
         0: .line 85
            ldc "lombok.eclipse.agent.EclipsePatcher"
            areturn
        end local 0 // lombok.core.AgentLauncher$EclipsePatcherInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/AgentLauncher$EclipsePatcherInfo;
}
SourceFile: "AgentLauncher.java"
NestHost: lombok.core.AgentLauncher
InnerClasses:
  private abstract AgentInfo = lombok.core.AgentLauncher$AgentInfo of lombok.core.AgentLauncher
  private EclipsePatcherInfo = lombok.core.AgentLauncher$EclipsePatcherInfo of lombok.core.AgentLauncher