final class org.jooq.impl.JSONNull extends org.jooq.impl.AbstractQueryPart
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.JSONNull
  super_class: org.jooq.impl.AbstractQueryPart
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3121287280045911346

  static final java.util.Set<org.jooq.SQLDialect> NO_SUPPORT_ABSENT_ON_NULL;
    descriptor: Ljava/util/Set;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/jooq/SQLDialect;>;

  final org.jooq.impl.JSONNull$JSONNullType type;
    descriptor: Lorg/jooq/impl/JSONNull$JSONNullType;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 62
            iconst_2
            anewarray org.jooq.SQLDialect
            dup
            iconst_0
            getstatic org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;
            aastore
            dup
            iconst_1
            getstatic org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;
            aastore
            invokestatic org.jooq.SQLDialect.supportedBy:([Lorg/jooq/SQLDialect;)Ljava/util/Set;
            putstatic org.jooq.impl.JSONNull.NO_SUPPORT_ABSENT_ON_NULL:Ljava/util/Set;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.jooq.impl.JSONNull$JSONNullType);
    descriptor: (Lorg/jooq/impl/JSONNull$JSONNullType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.JSONNull this
        start local 1 // org.jooq.impl.JSONNull$JSONNullType type
         0: .line 66
            aload 0 /* this */
            invokespecial org.jooq.impl.AbstractQueryPart.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* type */
            putfield org.jooq.impl.JSONNull.type:Lorg/jooq/impl/JSONNull$JSONNullType;
         2: .line 68
            return
        end local 1 // org.jooq.impl.JSONNull$JSONNullType type
        end local 0 // org.jooq.impl.JSONNull this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jooq/impl/JSONNull;
            0    3     1  type  Lorg/jooq/impl/JSONNull$JSONNullType;
    MethodParameters:
      Name  Flags
      type  

  public final boolean rendersContent(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.JSONNull this
        start local 1 // org.jooq.Context ctx
         0: .line 72
            getstatic org.jooq.impl.JSONNull.NO_SUPPORT_ABSENT_ON_NULL:Ljava/util/Set;
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 1
            aload 0 /* this */
            getfield org.jooq.impl.JSONNull.type:Lorg/jooq/impl/JSONNull$JSONNullType;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.JSONNull this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/JSONNull;
            0    2     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)Z
    MethodParameters:
      Name  Flags
      ctx   

  public final void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.JSONNull this
        start local 1 // org.jooq.Context ctx
         0: .line 77
            getstatic org.jooq.impl.JSONNull.NO_SUPPORT_ABSENT_ON_NULL:Ljava/util/Set;
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 5
         1: .line 78
            aload 0 /* this */
            getfield org.jooq.impl.JSONNull.type:Lorg/jooq/impl/JSONNull$JSONNullType;
            getstatic org.jooq.impl.JSONNull$JSONNullType.NULL_ON_NULL:Lorg/jooq/impl/JSONNull$JSONNullType;
            if_acmpne 3
         2: .line 79
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_NULL:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_ON:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_NULL:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
            goto 5
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.JSONNull.type:Lorg/jooq/impl/JSONNull$JSONNullType;
            getstatic org.jooq.impl.JSONNull$JSONNullType.ABSENT_ON_NULL:Lorg/jooq/impl/JSONNull$JSONNullType;
            if_acmpne 5
         4: .line 81
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_ABSENT:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_ON:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_NULL:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         5: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.JSONNull this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jooq/impl/JSONNull;
            0    6     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "JSONNull.java"
NestMembers:
  org.jooq.impl.JSONNull$JSONNullType
InnerClasses:
  final JSONNullType = org.jooq.impl.JSONNull$JSONNullType of org.jooq.impl.JSONNull