class com.sun.media.sound.SoftChannel$1 implements com.sun.media.sound.SoftControl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.sound.SoftChannel$1
  super_class: java.lang.Object
{
  double[][] cc;
    descriptor: [[D
    flags: (0x0000) 

  final com.sun.media.sound.SoftChannel this$0;
    descriptor: Lcom/sun/media/sound/SoftChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.media.sound.SoftChannel);
    descriptor: (Lcom/sun/media/sound/SoftChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.media.sound.SoftChannel$1 this
         0: .line 158
            aload 0 /* this */
            aload 1
            putfield com.sun.media.sound.SoftChannel$1.this$0:Lcom/sun/media/sound/SoftChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 159
            aload 0 /* this */
            aload 1
            getfield com.sun.media.sound.SoftChannel.co_midi_cc_cc:[[D
            putfield com.sun.media.sound.SoftChannel$1.cc:[[D
         2: .line 158
            return
        end local 0 // com.sun.media.sound.SoftChannel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/media/sound/SoftChannel$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public double[] get(int, java.lang.String);
    descriptor: (ILjava/lang/String;)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.media.sound.SoftChannel$1 this
        start local 1 // int instance
        start local 2 // java.lang.String name
         0: .line 162
            aload 2 /* name */
            ifnonnull 2
         1: .line 163
            aconst_null
            areturn
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.SoftChannel$1.cc:[[D
            aload 2 /* name */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            aaload
            areturn
        end local 2 // java.lang.String name
        end local 1 // int instance
        end local 0 // com.sun.media.sound.SoftChannel$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/media/sound/SoftChannel$1;
            0    3     1  instance  I
            0    3     2      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      instance  
      name      
}
SourceFile: "SoftChannel.java"
EnclosingMethod: com.sun.media.sound.SoftChannel
NestHost: com.sun.media.sound.SoftChannel
InnerClasses:
  com.sun.media.sound.SoftChannel$1