public class javax.sound.sampled.LineEvent extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sound.sampled.LineEvent
  super_class: java.util.EventObject
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1274246333383880410

  private final javax.sound.sampled.LineEvent$Type type;
    descriptor: Ljavax/sound/sampled/LineEvent$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long position;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javax.sound.sampled.Line, javax.sound.sampled.LineEvent$Type, long);
    descriptor: (Ljavax/sound/sampled/Line;Ljavax/sound/sampled/LineEvent$Type;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // javax.sound.sampled.LineEvent this
        start local 1 // javax.sound.sampled.Line line
        start local 2 // javax.sound.sampled.LineEvent$Type type
        start local 3 // long position
         0: .line 93
            aload 0 /* this */
            aload 1 /* line */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 94
            aload 0 /* this */
            aload 2 /* type */
            putfield javax.sound.sampled.LineEvent.type:Ljavax/sound/sampled/LineEvent$Type;
         2: .line 95
            aload 0 /* this */
            lload 3 /* position */
            putfield javax.sound.sampled.LineEvent.position:J
         3: .line 96
            return
        end local 3 // long position
        end local 2 // javax.sound.sampled.LineEvent$Type type
        end local 1 // javax.sound.sampled.Line line
        end local 0 // javax.sound.sampled.LineEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavax/sound/sampled/LineEvent;
            0    4     1      line  Ljavax/sound/sampled/Line;
            0    4     2      type  Ljavax/sound/sampled/LineEvent$Type;
            0    4     3  position  J
    MethodParameters:
          Name  Flags
      line      
      type      
      position  

  public final javax.sound.sampled.Line getLine();
    descriptor: ()Ljavax/sound/sampled/Line;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.LineEvent this
         0: .line 104
            aload 0 /* this */
            invokevirtual javax.sound.sampled.LineEvent.getSource:()Ljava/lang/Object;
            checkcast javax.sound.sampled.Line
            areturn
        end local 0 // javax.sound.sampled.LineEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/LineEvent;

  public final javax.sound.sampled.LineEvent$Type getType();
    descriptor: ()Ljavax/sound/sampled/LineEvent$Type;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.sound.sampled.LineEvent this
         0: .line 114
            aload 0 /* this */
            getfield javax.sound.sampled.LineEvent.type:Ljavax/sound/sampled/LineEvent$Type;
            areturn
        end local 0 // javax.sound.sampled.LineEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/LineEvent;

  public final long getFramePosition();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.sound.sampled.LineEvent this
         0: .line 139
            aload 0 /* this */
            getfield javax.sound.sampled.LineEvent.position:J
            lreturn
        end local 0 // javax.sound.sampled.LineEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/LineEvent;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.sound.sampled.LineEvent this
         0: .line 149
            ldc "%s event from line %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield javax.sound.sampled.LineEvent.type:Ljavax/sound/sampled/LineEvent$Type;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual javax.sound.sampled.LineEvent.getLine:()Ljavax/sound/sampled/Line;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // javax.sound.sampled.LineEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/sound/sampled/LineEvent;
}
SourceFile: "LineEvent.java"
NestMembers:
  javax.sound.sampled.LineEvent$Type
InnerClasses:
  public Type = javax.sound.sampled.LineEvent$Type of javax.sound.sampled.LineEvent