public class javax.sound.sampled.CompoundControl$Type extends javax.sound.sampled.Control$Type
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sound.sampled.CompoundControl$Type
  super_class: javax.sound.sampled.Control$Type
{
  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sound.sampled.CompoundControl$Type this
        start local 1 // java.lang.String name
         0: .line 136
            aload 0 /* this */
            aload 1 /* name */
            invokespecial javax.sound.sampled.Control$Type.<init>:(Ljava/lang/String;)V
         1: .line 137
            return
        end local 1 // java.lang.String name
        end local 0 // javax.sound.sampled.CompoundControl$Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/sound/sampled/CompoundControl$Type;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "CompoundControl.java"
NestHost: javax.sound.sampled.CompoundControl
InnerClasses:
  public Type = javax.sound.sampled.CompoundControl$Type of javax.sound.sampled.CompoundControl
  public Type = javax.sound.sampled.Control$Type of javax.sound.sampled.Control