public class com.netflix.config.CachedDynamicIntProperty extends com.netflix.config.DynamicIntProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.config.CachedDynamicIntProperty
  super_class: com.netflix.config.DynamicIntProperty
{
  protected volatile int primitiveValue;
    descriptor: I
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.netflix.config.CachedDynamicIntProperty this
        start local 1 // java.lang.String propName
        start local 2 // int defaultValue
         0: .line 32
            aload 0 /* this */
            aload 1 /* propName */
            iload 2 /* defaultValue */
            invokespecial com.netflix.config.DynamicIntProperty.<init>:(Ljava/lang/String;I)V
         1: .line 35
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.netflix.config.CachedDynamicIntProperty.chooseValue:()I
            putfield com.netflix.config.CachedDynamicIntProperty.primitiveValue:I
         2: .line 36
            return
        end local 2 // int defaultValue
        end local 1 // java.lang.String propName
        end local 0 // com.netflix.config.CachedDynamicIntProperty this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/netflix/config/CachedDynamicIntProperty;
            0    3     1      propName  Ljava/lang/String;
            0    3     2  defaultValue  I
    MethodParameters:
              Name  Flags
      propName      
      defaultValue  

  protected void propertyChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.config.CachedDynamicIntProperty this
         0: .line 41
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.netflix.config.CachedDynamicIntProperty.chooseValue:()I
            putfield com.netflix.config.CachedDynamicIntProperty.primitiveValue:I
         1: .line 42
            return
        end local 0 // com.netflix.config.CachedDynamicIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/config/CachedDynamicIntProperty;

  protected int chooseValue();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.config.CachedDynamicIntProperty this
         0: .line 50
            aload 0 /* this */
            getfield com.netflix.config.CachedDynamicIntProperty.prop:Lcom/netflix/config/DynamicProperty;
            aload 0 /* this */
            getfield com.netflix.config.CachedDynamicIntProperty.defaultValue:Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual com.netflix.config.DynamicProperty.getInteger:(Ljava/lang/Integer;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // com.netflix.config.CachedDynamicIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/config/CachedDynamicIntProperty;

  public int get();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.config.CachedDynamicIntProperty this
         0: .line 60
            aload 0 /* this */
            getfield com.netflix.config.CachedDynamicIntProperty.primitiveValue:I
            ireturn
        end local 0 // com.netflix.config.CachedDynamicIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/config/CachedDynamicIntProperty;

  public java.lang.Integer getValue();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.config.CachedDynamicIntProperty this
         0: .line 65
            aload 0 /* this */
            invokevirtual com.netflix.config.CachedDynamicIntProperty.get:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // com.netflix.config.CachedDynamicIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/config/CachedDynamicIntProperty;
}
SourceFile: "CachedDynamicIntProperty.java"