final class com.sun.media.sound.FastShortMessage extends javax.sound.midi.ShortMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.FastShortMessage
  super_class: javax.sound.midi.ShortMessage
{
  private int packedMsg;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.media.sound.FastShortMessage this
        start local 1 // int packedMsg
         0: .line 39
            aload 0 /* this */
            invokespecial javax.sound.midi.ShortMessage.<init>:()V
         1: .line 40
            aload 0 /* this */
            iload 1 /* packedMsg */
            putfield com.sun.media.sound.FastShortMessage.packedMsg:I
         2: .line 41
            aload 0 /* this */
            iload 1 /* packedMsg */
            sipush 255
            iand
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            pop
         3: .line 42
            return
        end local 1 // int packedMsg
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/media/sound/FastShortMessage;
            0    4     1  packedMsg  I
    Exceptions:
      throws javax.sound.midi.InvalidMidiDataException
    MethodParameters:
           Name  Flags
      packedMsg  

  void <init>(javax.sound.midi.ShortMessage);
    descriptor: (Ljavax/sound/midi/ShortMessage;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.media.sound.FastShortMessage this
        start local 1 // javax.sound.midi.ShortMessage msg
         0: .line 45
            aload 0 /* this */
            invokespecial javax.sound.midi.ShortMessage.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* msg */
            invokevirtual javax.sound.midi.ShortMessage.getStatus:()I
         2: .line 47
            aload 1 /* msg */
            invokevirtual javax.sound.midi.ShortMessage.getData1:()I
            bipush 8
            ishl
            ior
         3: .line 48
            aload 1 /* msg */
            invokevirtual javax.sound.midi.ShortMessage.getData2:()I
            bipush 16
            ishl
            ior
         4: .line 46
            putfield com.sun.media.sound.FastShortMessage.packedMsg:I
         5: .line 49
            return
        end local 1 // javax.sound.midi.ShortMessage msg
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/media/sound/FastShortMessage;
            0    6     1   msg  Ljavax/sound/midi/ShortMessage;
    MethodParameters:
      Name  Flags
      msg   

  int getPackedMsg();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public byte[] getMessage();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 57
            iconst_0
            istore 1 /* length */
        start local 1 // int length
         1: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            sipush 255
            iand
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            iconst_1
            iadd
            istore 1 /* length */
         2: .line 62
            goto 4
      StackMap locals: com.sun.media.sound.FastShortMessage int
      StackMap stack: javax.sound.midi.InvalidMidiDataException
         3: pop
         4: .line 65
      StackMap locals:
      StackMap stack:
            iload 1 /* length */
            newarray 8
            astore 2 /* returnedArray */
        start local 2 // byte[] returnedArray
         5: .line 66
            iload 1 /* length */
            ifle 11
         6: .line 67
            aload 2 /* returnedArray */
            iconst_0
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            sipush 255
            iand
            i2b
            bastore
         7: .line 68
            iload 1 /* length */
            iconst_1
            if_icmple 11
         8: .line 69
            aload 2 /* returnedArray */
            iconst_1
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
         9: .line 70
            iload 1 /* length */
            iconst_2
            if_icmple 11
        10: .line 71
            aload 2 /* returnedArray */
            iconst_2
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ldc 16711680
            iand
            bipush 16
            ishr
            i2b
            bastore
        11: .line 75
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* returnedArray */
            areturn
        end local 2 // byte[] returnedArray
        end local 1 // int length
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/media/sound/FastShortMessage;
            1   12     1         length  I
            5   12     2  returnedArray  [B
      Exception table:
        from    to  target  type
           1     2       3  Class javax.sound.midi.InvalidMidiDataException

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            sipush 255
            iand
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            iconst_1
            iadd
         1: ireturn
         2: .line 82
      StackMap locals:
      StackMap stack: javax.sound.midi.InvalidMidiDataException
            pop
         3: .line 85
            iconst_0
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/sound/FastShortMessage;
      Exception table:
        from    to  target  type
           0     1       2  Class javax.sound.midi.InvalidMidiDataException

  public void setMessage(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.media.sound.FastShortMessage this
        start local 1 // int status
         0: .line 91
            aload 0 /* this */
            iload 1 /* status */
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            istore 2 /* dataLength */
        start local 2 // int dataLength
         1: .line 92
            iload 2 /* dataLength */
            ifeq 3
         2: .line 93
            aload 0 /* this */
            iload 1 /* status */
            invokespecial javax.sound.midi.ShortMessage.setMessage:(I)V
         3: .line 95
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ldc 16776960
            iand
            iload 1 /* status */
            sipush 255
            iand
            ior
            putfield com.sun.media.sound.FastShortMessage.packedMsg:I
         4: .line 96
            return
        end local 2 // int dataLength
        end local 1 // int status
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/media/sound/FastShortMessage;
            0    5     1      status  I
            1    5     2  dataLength  I
    Exceptions:
      throws javax.sound.midi.InvalidMidiDataException
    MethodParameters:
        Name  Flags
      status  

  public void setMessage(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.media.sound.FastShortMessage this
        start local 1 // int status
        start local 2 // int data1
        start local 3 // int data2
         0: .line 100
            aload 0 /* this */
            iload 1 /* status */
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            pop
         1: .line 101
            aload 0 /* this */
            iload 1 /* status */
            sipush 255
            iand
            iload 2 /* data1 */
            sipush 255
            iand
            bipush 8
            ishl
            ior
            iload 3 /* data2 */
            sipush 255
            iand
            bipush 16
            ishl
            ior
            putfield com.sun.media.sound.FastShortMessage.packedMsg:I
         2: .line 102
            return
        end local 3 // int data2
        end local 2 // int data1
        end local 1 // int status
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/media/sound/FastShortMessage;
            0    3     1  status  I
            0    3     2   data1  I
            0    3     3   data2  I
    Exceptions:
      throws javax.sound.midi.InvalidMidiDataException
    MethodParameters:
        Name  Flags
      status  
      data1   
      data2   

  public void setMessage(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.media.sound.FastShortMessage this
        start local 1 // int command
        start local 2 // int channel
        start local 3 // int data1
        start local 4 // int data2
         0: .line 106
            aload 0 /* this */
            iload 1 /* command */
            invokevirtual com.sun.media.sound.FastShortMessage.getDataLength:(I)I
            pop
         1: .line 107
            aload 0 /* this */
            iload 1 /* command */
            sipush 240
            iand
            iload 2 /* channel */
            bipush 15
            iand
            ior
            iload 3 /* data1 */
            sipush 255
            iand
            bipush 8
            ishl
            ior
            iload 4 /* data2 */
            sipush 255
            iand
            bipush 16
            ishl
            ior
            putfield com.sun.media.sound.FastShortMessage.packedMsg:I
         2: .line 108
            return
        end local 4 // int data2
        end local 3 // int data1
        end local 2 // int channel
        end local 1 // int command
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/media/sound/FastShortMessage;
            0    3     1  command  I
            0    3     2  channel  I
            0    3     3    data1  I
            0    3     4    data2  I
    Exceptions:
      throws javax.sound.midi.InvalidMidiDataException
    MethodParameters:
         Name  Flags
      command  
      channel  
      data1    
      data2    

  public int getChannel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            bipush 15
            iand
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public int getCommand();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 117
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            sipush 240
            iand
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public int getData1();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 122
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ldc 65280
            iand
            bipush 8
            ishr
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public int getData2();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 127
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            ldc 16711680
            iand
            bipush 16
            ishr
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 132
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            sipush 255
            iand
            ireturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/FastShortMessage;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.media.sound.FastShortMessage this
         0: .line 143
            new com.sun.media.sound.FastShortMessage
            dup
            aload 0 /* this */
            getfield com.sun.media.sound.FastShortMessage.packedMsg:I
            invokespecial com.sun.media.sound.FastShortMessage.<init>:(I)V
         1: areturn
         2: .line 144
      StackMap locals:
      StackMap stack: javax.sound.midi.InvalidMidiDataException
            pop
         3: .line 147
            aconst_null
            areturn
        end local 0 // com.sun.media.sound.FastShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/sound/FastShortMessage;
      Exception table:
        from    to  target  type
           0     1       2  Class javax.sound.midi.InvalidMidiDataException
}
SourceFile: "FastShortMessage.java"