public class sun.security.action.GetIntegerAction implements java.security.PrivilegedAction<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.action.GetIntegerAction
  super_class: java.lang.Object
{
  private java.lang.String theProp;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean defaultSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.action.GetIntegerAction this
        start local 1 // java.lang.String theProp
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            iconst_0
            putfield sun.security.action.GetIntegerAction.defaultSet:Z
         2: .line 79
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetIntegerAction.theProp:Ljava/lang/String;
         3: .line 80
            return
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetIntegerAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/security/action/GetIntegerAction;
            0    4     1  theProp  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      theProp  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.action.GetIntegerAction this
        start local 1 // java.lang.String theProp
        start local 2 // int defaultVal
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            iconst_0
            putfield sun.security.action.GetIntegerAction.defaultSet:Z
         2: .line 90
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetIntegerAction.theProp:Ljava/lang/String;
         3: .line 91
            aload 0 /* this */
            iload 2 /* defaultVal */
            putfield sun.security.action.GetIntegerAction.defaultVal:I
         4: .line 92
            aload 0 /* this */
            iconst_1
            putfield sun.security.action.GetIntegerAction.defaultSet:Z
         5: .line 93
            return
        end local 2 // int defaultVal
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetIntegerAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/security/action/GetIntegerAction;
            0    6     1     theProp  Ljava/lang/String;
            0    6     2  defaultVal  I
    MethodParameters:
            Name  Flags
      theProp     
      defaultVal  

  public java.lang.Integer run();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.action.GetIntegerAction this
         0: .line 108
            aload 0 /* this */
            getfield sun.security.action.GetIntegerAction.theProp:Ljava/lang/String;
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            astore 1 /* value */
        start local 1 // java.lang.Integer value
         1: .line 109
            aload 1 /* value */
            ifnonnull 3
            aload 0 /* this */
            getfield sun.security.action.GetIntegerAction.defaultSet:Z
            ifeq 3
         2: .line 110
            new java.lang.Integer
            dup
            aload 0 /* this */
            getfield sun.security.action.GetIntegerAction.defaultVal:I
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
         3: .line 111
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Integer value
        end local 0 // sun.security.action.GetIntegerAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/action/GetIntegerAction;
            1    4     1  value  Ljava/lang/Integer;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.security.action.GetIntegerAction.run:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Integer;>;
SourceFile: "GetIntegerAction.java"