public class javax.sound.sampled.BooleanControl$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.BooleanControl$Type
super_class: javax.sound.sampled.Control$Type
{
public static final javax.sound.sampled.BooleanControl$Type MUTE;
descriptor: Ljavax/sound/sampled/BooleanControl$Type;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final javax.sound.sampled.BooleanControl$Type APPLY_REVERB;
descriptor: Ljavax/sound/sampled/BooleanControl$Type;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: .line 144
new javax.sound.sampled.BooleanControl$Type
dup
ldc "Mute"
invokespecial javax.sound.sampled.BooleanControl$Type.<init>:(Ljava/lang/String;)V
putstatic javax.sound.sampled.BooleanControl$Type.MUTE:Ljavax/sound/sampled/BooleanControl$Type;
1: .line 151
new javax.sound.sampled.BooleanControl$Type
dup
ldc "Apply Reverb"
invokespecial javax.sound.sampled.BooleanControl$Type.<init>:(Ljava/lang/String;)V
putstatic javax.sound.sampled.BooleanControl$Type.APPLY_REVERB:Ljavax/sound/sampled/BooleanControl$Type;
return
LocalVariableTable:
Start End Slot Name Signature
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.BooleanControl$Type this
start local 1 // java.lang.String name
0: .line 159
aload 0 /* this */
aload 1 /* name */
invokespecial javax.sound.sampled.Control$Type.<init>:(Ljava/lang/String;)V
1: .line 160
return
end local 1 // java.lang.String name
end local 0 // javax.sound.sampled.BooleanControl$Type this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/sound/sampled/BooleanControl$Type;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name final
}
SourceFile: "BooleanControl.java"
NestHost: javax.sound.sampled.BooleanControl
InnerClasses:
public Type = javax.sound.sampled.BooleanControl$Type of javax.sound.sampled.BooleanControl
public Type = javax.sound.sampled.Control$Type of javax.sound.sampled.Control