class picocli.CommandLine$Model$ObjectScope implements picocli.CommandLine$Model$IScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Model$ObjectScope
  super_class: java.lang.Object
{
  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Model$ObjectScope this
        start local 1 // java.lang.Object value
         0: .line 10222
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 1 /* value */
            putfield picocli.CommandLine$Model$ObjectScope.value:Ljava/lang/Object;
            return
        end local 1 // java.lang.Object value
        end local 0 // picocli.CommandLine$Model$ObjectScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lpicocli/CommandLine$Model$ObjectScope;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public static boolean isProxyClass(picocli.CommandLine$Model$IScope);
    descriptor: (Lpicocli/CommandLine$Model$IScope;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // picocli.CommandLine$Model$IScope scope
         0: .line 10225
            aload 0 /* scope */
            instanceof picocli.CommandLine$Model$CommandUserObject
            ifeq 2
         1: .line 10226
            aload 0 /* scope */
            checkcast picocli.CommandLine$Model$CommandUserObject
            invokevirtual picocli.CommandLine$Model$CommandUserObject.isProxyClass:()Z
            ireturn
         2: .line 10228
      StackMap locals:
      StackMap stack:
            aload 0 /* scope */
            invokestatic picocli.CommandLine$Model$ObjectScope.tryGet:(Lpicocli/CommandLine$Model$IScope;)Ljava/lang/Object;
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         3: .line 10229
            aload 1 /* obj */
            ifnull 4
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic java.lang.reflect.Proxy.isProxyClass:(Ljava/lang/Class;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: java.lang.Object
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // picocli.CommandLine$Model$IScope scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  scope  Lpicocli/CommandLine$Model$IScope;
            3    5     1    obj  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      scope  

  public static boolean hasInstance(picocli.CommandLine$Model$IScope);
    descriptor: (Lpicocli/CommandLine$Model$IScope;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$IScope scope
         0: .line 10233
            aload 0 /* scope */
            instanceof picocli.CommandLine$Model$CommandUserObject
            ifeq 3
         1: .line 10234
            aload 0 /* scope */
            checkcast picocli.CommandLine$Model$CommandUserObject
            getfield picocli.CommandLine$Model$CommandUserObject.instance:Ljava/lang/Object;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 10236
      StackMap locals:
      StackMap stack:
            aload 0 /* scope */
            invokestatic picocli.CommandLine$Model$ObjectScope.tryGet:(Lpicocli/CommandLine$Model$IScope;)Ljava/lang/Object;
            ifnull 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // picocli.CommandLine$Model$IScope scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  scope  Lpicocli/CommandLine$Model$IScope;
    MethodParameters:
       Name  Flags
      scope  

  public <T> T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$ObjectScope this
         0: .line 10239
            aload 0 /* this */
            getfield picocli.CommandLine$Model$ObjectScope.value:Ljava/lang/Object;
            areturn
        end local 0 // picocli.CommandLine$Model$ObjectScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$ObjectScope;
    Signature: <T:Ljava/lang/Object;>()TT;

  public <T> T set();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // picocli.CommandLine$Model$ObjectScope this
        start local 1 // java.lang.Object value
         0: .line 10240
            aload 0 /* this */
            getfield picocli.CommandLine$Model$ObjectScope.value:Ljava/lang/Object;
            astore 2 /* old */
        start local 2 // java.lang.Object old
         1: aload 0 /* this */
            aload 1 /* value */
            putfield picocli.CommandLine$Model$ObjectScope.value:Ljava/lang/Object;
            aload 2 /* old */
            areturn
        end local 2 // java.lang.Object old
        end local 1 // java.lang.Object value
        end local 0 // picocli.CommandLine$Model$ObjectScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lpicocli/CommandLine$Model$ObjectScope;
            0    2     1  value  TT;
            1    2     2    old  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    MethodParameters:
       Name  Flags
      value  

  public static java.lang.Object tryGet(picocli.CommandLine$Model$IScope);
    descriptor: (Lpicocli/CommandLine$Model$IScope;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // picocli.CommandLine$Model$IScope scope
         0: .line 10243
            aload 0 /* scope */
            invokeinterface picocli.CommandLine$Model$IScope.get:()Ljava/lang/Object;
         1: areturn
         2: .line 10244
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 10245
            new picocli.CommandLine$InitializationException
            dup
            ldc "Could not get scope value"
            aload 1 /* e */
            invokespecial picocli.CommandLine$InitializationException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // picocli.CommandLine$Model$IScope scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  scope  Lpicocli/CommandLine$Model$IScope;
            3    4     1      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      scope  

  static picocli.CommandLine$Model$IScope asScope(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lpicocli/CommandLine$Model$IScope;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object scope
         0: .line 10248
            aload 0 /* scope */
            instanceof picocli.CommandLine$Model$IScope
            ifeq 1
            aload 0 /* scope */
            checkcast picocli.CommandLine$Model$IScope
            goto 2
      StackMap locals:
      StackMap stack:
         1: new picocli.CommandLine$Model$ObjectScope
            dup
            aload 0 /* scope */
            invokespecial picocli.CommandLine$Model$ObjectScope.<init>:(Ljava/lang/Object;)V
      StackMap locals:
      StackMap stack: picocli.CommandLine$Model$IScope
         2: areturn
        end local 0 // java.lang.Object scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  scope  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$ObjectScope this
         0: .line 10249
            ldc "Scope(value=%s)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield picocli.CommandLine$Model$ObjectScope.value:Ljava/lang/Object;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // picocli.CommandLine$Model$ObjectScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$ObjectScope;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public InitializationException = picocli.CommandLine$InitializationException of picocli.CommandLine
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  CommandUserObject = picocli.CommandLine$Model$CommandUserObject of picocli.CommandLine$Model
  public abstract IScope = picocli.CommandLine$Model$IScope of picocli.CommandLine$Model
  ObjectScope = picocli.CommandLine$Model$ObjectScope of picocli.CommandLine$Model