final class org.joda.time.tz.CachedDateTimeZone$Info
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.joda.time.tz.CachedDateTimeZone$Info
  super_class: java.lang.Object
{
  public final long iPeriodStart;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.joda.time.DateTimeZone iZoneRef;
    descriptor: Lorg/joda/time/DateTimeZone;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  org.joda.time.tz.CachedDateTimeZone$Info iNextInfo;
    descriptor: Lorg/joda/time/tz/CachedDateTimeZone$Info;
    flags: (0x0000) 

  private java.lang.String iNameKey;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int iOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int iStandardOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.joda.time.DateTimeZone, long);
    descriptor: (Lorg/joda/time/DateTimeZone;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
        start local 1 // org.joda.time.DateTimeZone zone
        start local 2 // long periodStart
         0: .line 180
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            ldc -2147483648
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iOffset:I
         2: .line 178
            aload 0 /* this */
            ldc -2147483648
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iStandardOffset:I
         3: .line 181
            aload 0 /* this */
            lload 2 /* periodStart */
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
         4: .line 182
            aload 0 /* this */
            aload 1 /* zone */
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iZoneRef:Lorg/joda/time/DateTimeZone;
         5: .line 183
            return
        end local 2 // long periodStart
        end local 1 // org.joda.time.DateTimeZone zone
        end local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/joda/time/tz/CachedDateTimeZone$Info;
            0    6     1         zone  Lorg/joda/time/DateTimeZone;
            0    6     2  periodStart  J
    MethodParameters:
             Name  Flags
      zone         
      periodStart  

  public java.lang.String getNameKey(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
        start local 1 // long millis
         0: .line 186
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            ifnull 1
            lload 1 /* millis */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            lcmp
            ifge 4
         1: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNameKey:Ljava/lang/String;
            ifnonnull 3
         2: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iZoneRef:Lorg/joda/time/DateTimeZone;
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            invokevirtual org.joda.time.DateTimeZone.getNameKey:(J)Ljava/lang/String;
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iNameKey:Ljava/lang/String;
         3: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNameKey:Ljava/lang/String;
            areturn
         4: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            lload 1 /* millis */
            invokevirtual org.joda.time.tz.CachedDateTimeZone$Info.getNameKey:(J)Ljava/lang/String;
            areturn
        end local 1 // long millis
        end local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joda/time/tz/CachedDateTimeZone$Info;
            0    5     1  millis  J
    MethodParameters:
        Name  Flags
      millis  

  public int getOffset(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
        start local 1 // long millis
         0: .line 196
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            ifnull 1
            lload 1 /* millis */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            lcmp
            ifge 4
         1: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iOffset:I
            ldc -2147483648
            if_icmpne 3
         2: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iZoneRef:Lorg/joda/time/DateTimeZone;
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            invokevirtual org.joda.time.DateTimeZone.getOffset:(J)I
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iOffset:I
         3: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iOffset:I
            ireturn
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            lload 1 /* millis */
            invokevirtual org.joda.time.tz.CachedDateTimeZone$Info.getOffset:(J)I
            ireturn
        end local 1 // long millis
        end local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joda/time/tz/CachedDateTimeZone$Info;
            0    5     1  millis  J
    MethodParameters:
        Name  Flags
      millis  

  public int getStandardOffset(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
        start local 1 // long millis
         0: .line 206
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            ifnull 1
            lload 1 /* millis */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            lcmp
            ifge 4
         1: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iStandardOffset:I
            ldc -2147483648
            if_icmpne 3
         2: .line 208
            aload 0 /* this */
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iZoneRef:Lorg/joda/time/DateTimeZone;
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iPeriodStart:J
            invokevirtual org.joda.time.DateTimeZone.getStandardOffset:(J)I
            putfield org.joda.time.tz.CachedDateTimeZone$Info.iStandardOffset:I
         3: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iStandardOffset:I
            ireturn
         4: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.tz.CachedDateTimeZone$Info.iNextInfo:Lorg/joda/time/tz/CachedDateTimeZone$Info;
            lload 1 /* millis */
            invokevirtual org.joda.time.tz.CachedDateTimeZone$Info.getStandardOffset:(J)I
            ireturn
        end local 1 // long millis
        end local 0 // org.joda.time.tz.CachedDateTimeZone$Info this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joda/time/tz/CachedDateTimeZone$Info;
            0    5     1  millis  J
    MethodParameters:
        Name  Flags
      millis  
}
SourceFile: "CachedDateTimeZone.java"
NestHost: org.joda.time.tz.CachedDateTimeZone
InnerClasses:
  private final Info = org.joda.time.tz.CachedDateTimeZone$Info of org.joda.time.tz.CachedDateTimeZone