class picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding implements picocli.CommandLine$Model$IGetter, picocli.CommandLine$Model$ISetter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final picocli.CommandLine$Model$PicocliInvocationHandler this$2;
    descriptor: Lpicocli/CommandLine$Model$PicocliInvocationHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(picocli.CommandLine$Model$PicocliInvocationHandler, java.lang.reflect.Method);
    descriptor: (Lpicocli/CommandLine$Model$PicocliInvocationHandler;Ljava/lang/reflect/Method;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
        start local 2 // java.lang.reflect.Method method
         0: .line 10199
            aload 0 /* this */
            aload 1
            putfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.this$2:Lpicocli/CommandLine$Model$PicocliInvocationHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 2 /* method */
            ldc "method"
            invokestatic picocli.CommandLine$Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            putfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.method:Ljava/lang/reflect/Method;
            return
        end local 2 // java.lang.reflect.Method method
        end local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lpicocli/CommandLine$Model$PicocliInvocationHandler$ProxyBinding;
            0    1     2  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      this$0  final
      method  

  public <T> T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
         0: .line 10200
            aload 0 /* this */
            getfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.this$2:Lpicocli/CommandLine$Model$PicocliInvocationHandler;
            getfield picocli.CommandLine$Model$PicocliInvocationHandler.map:Ljava/util/Map;
            aload 0 /* this */
            getfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$PicocliInvocationHandler$ProxyBinding;
    Signature: <T:Ljava/lang/Object;>()TT;

  public <T> T set();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
        start local 1 // java.lang.Object value
         0: .line 10202
            aload 0 /* this */
            invokevirtual picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.get:()Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         1: .line 10203
            aload 0 /* this */
            getfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.this$2:Lpicocli/CommandLine$Model$PicocliInvocationHandler;
            getfield picocli.CommandLine$Model$PicocliInvocationHandler.map:Ljava/util/Map;
            aload 0 /* this */
            getfield picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aload 1 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 10204
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // java.lang.Object value
        end local 0 // picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lpicocli/CommandLine$Model$PicocliInvocationHandler$ProxyBinding;
            0    3     1   value  TT;
            1    3     2  result  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private final Assert = picocli.CommandLine$Assert of picocli.CommandLine
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  public abstract IGetter = picocli.CommandLine$Model$IGetter of picocli.CommandLine$Model
  public abstract ISetter = picocli.CommandLine$Model$ISetter of picocli.CommandLine$Model
  private PicocliInvocationHandler = picocli.CommandLine$Model$PicocliInvocationHandler of picocli.CommandLine$Model
  ProxyBinding = picocli.CommandLine$Model$PicocliInvocationHandler$ProxyBinding of picocli.CommandLine$Model$PicocliInvocationHandler