class lombok.core.configuration.NullCheckExceptionType$5 extends lombok.core.configuration.NullCheckExceptionType
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: lombok.core.configuration.NullCheckExceptionType$5
  super_class: lombok.core.configuration.NullCheckExceptionType
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
         0: .line 64
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial lombok.core.configuration.NullCheckExceptionType.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/configuration/NullCheckExceptionType$5;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.String getExceptionType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
         0: .line 66
            aconst_null
            areturn
        end local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/configuration/NullCheckExceptionType$5;

  public lombok.core.LombokImmutableList<java.lang.String> getMethod();
    descriptor: ()Llombok/core/LombokImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
         0: .line 70
            getstatic lombok.core.configuration.NullCheckExceptionType.METHOD_GUAVA:Llombok/core/LombokImmutableList;
            areturn
        end local 0 // lombok.core.configuration.NullCheckExceptionType$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/configuration/NullCheckExceptionType$5;
    Signature: ()Llombok/core/LombokImmutableList<Ljava/lang/String;>;
}
SourceFile: "NullCheckExceptionType.java"
EnclosingMethod: lombok.core.configuration.NullCheckExceptionType
NestHost: lombok.core.configuration.NullCheckExceptionType
InnerClasses:
  lombok.core.configuration.NullCheckExceptionType$5