public class javax.sound.sampled.ReverbType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sound.sampled.ReverbType
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int earlyReflectionDelay;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float earlyReflectionIntensity;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int lateReflectionDelay;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float lateReflectionIntensity;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int decayTime;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.String, int, float, int, float, int);
    descriptor: (Ljava/lang/String;IFIFI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // javax.sound.sampled.ReverbType this
        start local 1 // java.lang.String name
        start local 2 // int earlyReflectionDelay
        start local 3 // float earlyReflectionIntensity
        start local 4 // int lateReflectionDelay
        start local 5 // float lateReflectionIntensity
        start local 6 // int decayTime
         0: .line 175
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            aload 1 /* name */
            putfield javax.sound.sampled.ReverbType.name:Ljava/lang/String;
         2: .line 178
            aload 0 /* this */
            iload 2 /* earlyReflectionDelay */
            putfield javax.sound.sampled.ReverbType.earlyReflectionDelay:I
         3: .line 179
            aload 0 /* this */
            fload 3 /* earlyReflectionIntensity */
            putfield javax.sound.sampled.ReverbType.earlyReflectionIntensity:F
         4: .line 180
            aload 0 /* this */
            iload 4 /* lateReflectionDelay */
            putfield javax.sound.sampled.ReverbType.lateReflectionDelay:I
         5: .line 181
            aload 0 /* this */
            fload 5 /* lateReflectionIntensity */
            putfield javax.sound.sampled.ReverbType.lateReflectionIntensity:F
         6: .line 182
            aload 0 /* this */
            iload 6 /* decayTime */
            putfield javax.sound.sampled.ReverbType.decayTime:I
         7: .line 183
            return
        end local 6 // int decayTime
        end local 5 // float lateReflectionIntensity
        end local 4 // int lateReflectionDelay
        end local 3 // float earlyReflectionIntensity
        end local 2 // int earlyReflectionDelay
        end local 1 // java.lang.String name
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    8     0                      this  Ljavax/sound/sampled/ReverbType;
            0    8     1                      name  Ljava/lang/String;
            0    8     2      earlyReflectionDelay  I
            0    8     3  earlyReflectionIntensity  F
            0    8     4       lateReflectionDelay  I
            0    8     5   lateReflectionIntensity  F
            0    8     6                 decayTime  I
    MethodParameters:
                          Name  Flags
      name                      
      earlyReflectionDelay      
      earlyReflectionIntensity  
      lateReflectionDelay       
      lateReflectionIntensity   
      decayTime                 

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 192
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.name:Ljava/lang/String;
            areturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final int getEarlyReflectionDelay();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 203
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.earlyReflectionDelay:I
            ireturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final float getEarlyReflectionIntensity();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 213
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.earlyReflectionIntensity:F
            freturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final int getLateReflectionDelay();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 224
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.lateReflectionDelay:I
            ireturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final float getLateReflectionIntensity();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 234
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.lateReflectionIntensity:F
            freturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final int getDecayTime();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 245
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.decayTime:I
            ireturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.sound.sampled.ReverbType this
        start local 1 // java.lang.Object obj
         0: .line 258
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 268
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            ireturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/ReverbType;

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.sound.sampled.ReverbType this
         0: .line 280
            ldc "%s, early reflection delay %d ns, early reflection intensity %s dB, late deflection delay %d ns, late reflection intensity %s dB, decay time %d"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 284
            aload 0 /* this */
            invokevirtual javax.sound.sampled.ReverbType.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.earlyReflectionDelay:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         2: .line 285
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.earlyReflectionIntensity:F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_3
         3: .line 286
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.lateReflectionDelay:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.lateReflectionIntensity:F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_5
         4: .line 287
            aload 0 /* this */
            getfield javax.sound.sampled.ReverbType.decayTime:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         5: .line 280
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // javax.sound.sampled.ReverbType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/sound/sampled/ReverbType;
}
SourceFile: "ReverbType.java"