class lombok.eclipse.agent.PatchDelegate$DelegateRecursion extends java.lang.Throwable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.eclipse.agent.PatchDelegate$DelegateRecursion
  super_class: java.lang.Throwable
{
  final char[] type;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  final char[] member;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  public void <init>(char[], char[]);
    descriptor: ([C[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // lombok.eclipse.agent.PatchDelegate$DelegateRecursion this
        start local 1 // char[] type
        start local 2 // char[] member
         0: .line 872
            aload 0 /* this */
            invokespecial java.lang.Throwable.<init>:()V
         1: .line 873
            aload 0 /* this */
            aload 1 /* type */
            putfield lombok.eclipse.agent.PatchDelegate$DelegateRecursion.type:[C
         2: .line 874
            aload 0 /* this */
            aload 2 /* member */
            putfield lombok.eclipse.agent.PatchDelegate$DelegateRecursion.member:[C
         3: .line 875
            return
        end local 2 // char[] member
        end local 1 // char[] type
        end local 0 // lombok.eclipse.agent.PatchDelegate$DelegateRecursion this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Llombok/eclipse/agent/PatchDelegate$DelegateRecursion;
            0    4     1    type  [C
            0    4     2  member  [C
    MethodParameters:
        Name  Flags
      type    
      member  
}
SourceFile: "PatchDelegate.java"
NestHost: lombok.eclipse.agent.PatchDelegate
InnerClasses:
  private DelegateRecursion = lombok.eclipse.agent.PatchDelegate$DelegateRecursion of lombok.eclipse.agent.PatchDelegate