final class org.joda.time.UTCDateTimeZone extends org.joda.time.DateTimeZone
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.joda.time.UTCDateTimeZone
  super_class: org.joda.time.DateTimeZone
{
  static final org.joda.time.DateTimeZone INSTANCE;
    descriptor: Lorg/joda/time/DateTimeZone;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3513011772763289092

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 26
            new org.joda.time.UTCDateTimeZone
            dup
            invokespecial org.joda.time.UTCDateTimeZone.<init>:()V
            putstatic org.joda.time.UTCDateTimeZone.INSTANCE:Lorg/joda/time/DateTimeZone;
         1: .line 27
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joda.time.UTCDateTimeZone this
         0: .line 30
            aload 0 /* this */
            ldc "UTC"
            invokespecial org.joda.time.DateTimeZone.<init>:(Ljava/lang/String;)V
         1: .line 31
            return
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/joda/time/UTCDateTimeZone;

  public java.lang.String getNameKey(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instant
         0: .line 35
            ldc "UTC"
            areturn
        end local 1 // long instant
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  public int getOffset(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instant
         0: .line 40
            iconst_0
            ireturn
        end local 1 // long instant
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  public int getStandardOffset(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instant
         0: .line 45
            iconst_0
            ireturn
        end local 1 // long instant
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  public int getOffsetFromLocal(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instantLocal
         0: .line 50
            iconst_0
            ireturn
        end local 1 // long instantLocal
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instantLocal  J
    MethodParameters:
              Name  Flags
      instantLocal  

  public boolean isFixed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.UTCDateTimeZone this
         0: .line 55
            iconst_1
            ireturn
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/UTCDateTimeZone;

  public long nextTransition(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instant
         0: .line 60
            lload 1 /* instant */
            lreturn
        end local 1 // long instant
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  public long previousTransition(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // long instant
         0: .line 65
            lload 1 /* instant */
            lreturn
        end local 1 // long instant
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1  instant  J
    MethodParameters:
         Name  Flags
      instant  

  public java.util.TimeZone toTimeZone();
    descriptor: ()Ljava/util/TimeZone;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.joda.time.UTCDateTimeZone this
         0: .line 70
            new java.util.SimpleTimeZone
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.joda.time.UTCDateTimeZone.getID:()Ljava/lang/String;
            invokespecial java.util.SimpleTimeZone.<init>:(ILjava/lang/String;)V
            areturn
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/UTCDateTimeZone;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.joda.time.UTCDateTimeZone this
        start local 1 // java.lang.Object obj
         0: .line 75
            aload 1 /* obj */
            instanceof org.joda.time.UTCDateTimeZone
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/UTCDateTimeZone;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.UTCDateTimeZone this
         0: .line 80
            aload 0 /* this */
            invokevirtual org.joda.time.UTCDateTimeZone.getID:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.joda.time.UTCDateTimeZone this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/UTCDateTimeZone;
}
SourceFile: "UTCDateTimeZone.java"