class org.postgresql.jdbc.TimestampUtils$ParsedTimestamp
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.postgresql.jdbc.TimestampUtils$ParsedTimestamp
  super_class: java.lang.Object
{
  boolean hasDate;
    descriptor: Z
    flags: (0x0000) 

  int era;
    descriptor: I
    flags: (0x0000) 

  int year;
    descriptor: I
    flags: (0x0000) 

  int month;
    descriptor: I
    flags: (0x0000) 

  boolean hasTime;
    descriptor: Z
    flags: (0x0000) 

  int day;
    descriptor: I
    flags: (0x0000) 

  int hour;
    descriptor: I
    flags: (0x0000) 

  int minute;
    descriptor: I
    flags: (0x0000) 

  int second;
    descriptor: I
    flags: (0x0000) 

  int nanos;
    descriptor: I
    flags: (0x0000) 

  java.util.Calendar tz;
    descriptor: Ljava/util/Calendar;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.postgresql.jdbc.TimestampUtils$ParsedTimestamp this
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 165
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.hasDate:Z
         2: .line 166
            aload 0 /* this */
            iconst_1
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.era:I
         3: .line 167
            aload 0 /* this */
            sipush 1970
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.year:I
         4: .line 168
            aload 0 /* this */
            iconst_1
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.month:I
         5: .line 170
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.hasTime:Z
         6: .line 171
            aload 0 /* this */
            iconst_1
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.day:I
         7: .line 172
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.hour:I
         8: .line 173
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.minute:I
         9: .line 174
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.second:I
        10: .line 175
            aload 0 /* this */
            iconst_0
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.nanos:I
        11: .line 177
            aload 0 /* this */
            aconst_null
            putfield org.postgresql.jdbc.TimestampUtils$ParsedTimestamp.tz:Ljava/util/Calendar;
        12: .line 164
            return
        end local 0 // org.postgresql.jdbc.TimestampUtils$ParsedTimestamp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/postgresql/jdbc/TimestampUtils$ParsedTimestamp;
}
SourceFile: "TimestampUtils.java"
NestHost: org.postgresql.jdbc.TimestampUtils
InnerClasses:
  private ParsedTimestamp = org.postgresql.jdbc.TimestampUtils$ParsedTimestamp of org.postgresql.jdbc.TimestampUtils