class picocli.CommandLine$Model$Interpolator$3 implements picocli.CommandLine$Model$Interpolator$ILookup
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Model$Interpolator$3
  super_class: java.lang.Object
{
  final picocli.CommandLine$Model$Interpolator this$2;
    descriptor: Lpicocli/CommandLine$Model$Interpolator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final picocli.CommandLine$Model$CommandSpec val$commandSpec;
    descriptor: Lpicocli/CommandLine$Model$CommandSpec;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(picocli.CommandLine$Model$Interpolator, picocli.CommandLine$Model$CommandSpec);
    descriptor: (Lpicocli/CommandLine$Model$Interpolator;Lpicocli/CommandLine$Model$CommandSpec;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // picocli.CommandLine$Model$Interpolator$3 this
         0: .line 10327
            aload 0 /* this */
            aload 1
            putfield picocli.CommandLine$Model$Interpolator$3.this$2:Lpicocli/CommandLine$Model$Interpolator;
            aload 0 /* this */
            aload 2
            putfield picocli.CommandLine$Model$Interpolator$3.val$commandSpec:Lpicocli/CommandLine$Model$CommandSpec;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$Model$Interpolator$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$Interpolator$3;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$commandSpec  final

  public java.lang.String get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Model$Interpolator$3 this
        start local 1 // java.lang.String key
         0: .line 10330
            aload 0 /* this */
            getfield picocli.CommandLine$Model$Interpolator$3.val$commandSpec:Lpicocli/CommandLine$Model$CommandSpec;
            invokevirtual picocli.CommandLine$Model$CommandSpec.resourceBundle:()Ljava/util/ResourceBundle;
            aload 1 /* key */
            invokestatic picocli.CommandLine$Model$Interpolator.bundleValue:(Ljava/util/ResourceBundle;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String key
        end local 0 // picocli.CommandLine$Model$Interpolator$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$Interpolator$3;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "CommandLine.java"
EnclosingMethod: picocli.CommandLine$Model$Interpolator.<init>:(Lpicocli/CommandLine$Model$CommandSpec;)V
NestHost: picocli.CommandLine
InnerClasses:
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  public CommandSpec = picocli.CommandLine$Model$CommandSpec of picocli.CommandLine$Model
  Interpolator = picocli.CommandLine$Model$Interpolator of picocli.CommandLine$Model
  picocli.CommandLine$Model$Interpolator$3
  abstract ILookup = picocli.CommandLine$Model$Interpolator$ILookup of picocli.CommandLine$Model$Interpolator