class org.postgresql.jdbc.PgResultSet$NullObject extends org.postgresql.util.PGobject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.jdbc.PgResultSet$NullObject
  super_class: org.postgresql.util.PGobject
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.jdbc.PgResultSet$NullObject this
        start local 1 // java.lang.String type
         0: .line 3080
            aload 0 /* this */
            invokespecial org.postgresql.util.PGobject.<init>:()V
         1: .line 3081
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.postgresql.jdbc.PgResultSet$NullObject.setType:(Ljava/lang/String;)V
         2: .line 3082
            return
        end local 1 // java.lang.String type
        end local 0 // org.postgresql.jdbc.PgResultSet$NullObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/postgresql/jdbc/PgResultSet$NullObject;
            0    3     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.jdbc.PgResultSet$NullObject this
         0: .line 3085
            aconst_null
            areturn
        end local 0 // org.postgresql.jdbc.PgResultSet$NullObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/jdbc/PgResultSet$NullObject;
}
SourceFile: "PgResultSet.java"
NestHost: org.postgresql.jdbc.PgResultSet
InnerClasses:
  NullObject = org.postgresql.jdbc.PgResultSet$NullObject of org.postgresql.jdbc.PgResultSet