public class org.postgresql.util.PGTime extends java.sql.Time
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.util.PGTime
  super_class: java.sql.Time
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3592492258676494276

  private java.util.Calendar calendar;
    descriptor: Ljava/util/Calendar;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.postgresql.util.PGTime this
        start local 1 // long time
         0: .line 34
            aload 0 /* this */
            lload 1 /* time */
            aconst_null
            invokespecial org.postgresql.util.PGTime.<init>:(JLjava/util/Calendar;)V
         1: .line 35
            return
        end local 1 // long time
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/postgresql/util/PGTime;
            0    2     1  time  J
    MethodParameters:
      Name  Flags
      time  

  public void <init>(long, java.util.Calendar);
    descriptor: (JLjava/util/Calendar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.postgresql.util.PGTime this
        start local 1 // long time
        start local 3 // java.util.Calendar calendar
         0: .line 50
            aload 0 /* this */
            lload 1 /* time */
            invokespecial java.sql.Time.<init>:(J)V
         1: .line 51
            aload 0 /* this */
            aload 3 /* calendar */
            invokevirtual org.postgresql.util.PGTime.setCalendar:(Ljava/util/Calendar;)V
         2: .line 52
            return
        end local 3 // java.util.Calendar calendar
        end local 1 // long time
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/postgresql/util/PGTime;
            0    3     1      time  J
            0    3     3  calendar  Ljava/util/Calendar;
    MethodParameters:
          Name  Flags
      time      
      calendar  

  public void setCalendar(java.util.Calendar);
    descriptor: (Ljava/util/Calendar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.util.PGTime this
        start local 1 // java.util.Calendar calendar
         0: .line 60
            aload 0 /* this */
            aload 1 /* calendar */
            putfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
         1: .line 61
            return
        end local 1 // java.util.Calendar calendar
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/postgresql/util/PGTime;
            0    2     1  calendar  Ljava/util/Calendar;
    MethodParameters:
          Name  Flags
      calendar  

  public java.util.Calendar getCalendar();
    descriptor: ()Ljava/util/Calendar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.util.PGTime this
         0: .line 69
            aload 0 /* this */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            areturn
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/util/PGTime;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.util.PGTime this
         0: .line 75
            aload 0 /* this */
            invokespecial java.sql.Time.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 76
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.postgresql.util.PGTime int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            invokevirtual java.util.Calendar.hashCode:()I
      StackMap locals: org.postgresql.util.PGTime int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 77
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/postgresql/util/PGTime;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.postgresql.util.PGTime this
        start local 1 // java.lang.Object obj
         0: .line 82
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 83
            iconst_1
            ireturn
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial java.sql.Time.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 86
            iconst_0
            ireturn
         4: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.postgresql.util.PGTime
            ifne 6
         5: .line 89
            iconst_0
            ireturn
         6: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.postgresql.util.PGTime
            astore 2 /* other */
        start local 2 // org.postgresql.util.PGTime other
         7: .line 92
            aload 0 /* this */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            ifnonnull 10
         8: .line 93
            aload 2 /* other */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            ifnull 12
         9: .line 94
            iconst_0
            ireturn
        10: .line 96
      StackMap locals: org.postgresql.util.PGTime
      StackMap stack:
            aload 0 /* this */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            aload 2 /* other */
            getfield org.postgresql.util.PGTime.calendar:Ljava/util/Calendar;
            invokevirtual java.util.Calendar.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 97
            iconst_0
            ireturn
        12: .line 99
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.postgresql.util.PGTime other
        end local 1 // java.lang.Object obj
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/postgresql/util/PGTime;
            0   13     1    obj  Ljava/lang/Object;
            7   13     2  other  Lorg/postgresql/util/PGTime;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.postgresql.util.PGTime this
         0: .line 104
            aload 0 /* this */
            invokespecial java.sql.Time.clone:()Ljava/lang/Object;
            checkcast org.postgresql.util.PGTime
            astore 1 /* clone */
        start local 1 // org.postgresql.util.PGTime clone
         1: .line 105
            aload 0 /* this */
            invokevirtual org.postgresql.util.PGTime.getCalendar:()Ljava/util/Calendar;
            ifnull 3
         2: .line 106
            aload 1 /* clone */
            aload 0 /* this */
            invokevirtual org.postgresql.util.PGTime.getCalendar:()Ljava/util/Calendar;
            invokevirtual java.util.Calendar.clone:()Ljava/lang/Object;
            checkcast java.util.Calendar
            invokevirtual org.postgresql.util.PGTime.setCalendar:(Ljava/util/Calendar;)V
         3: .line 108
      StackMap locals: org.postgresql.util.PGTime
      StackMap stack:
            aload 1 /* clone */
            areturn
        end local 1 // org.postgresql.util.PGTime clone
        end local 0 // org.postgresql.util.PGTime this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/postgresql/util/PGTime;
            1    4     1  clone  Lorg/postgresql/util/PGTime;
}
SourceFile: "PGTime.java"