public final class com.sun.media.sound.SoftShortMessage extends javax.sound.midi.ShortMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.SoftShortMessage
  super_class: javax.sound.midi.ShortMessage
{
  int channel;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.SoftShortMessage this
         0: .line 35
            aload 0 /* this */
            invokespecial javax.sound.midi.ShortMessage.<init>:()V
         1: .line 37
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.SoftShortMessage.channel:I
         2: .line 35
            return
        end local 0 // com.sun.media.sound.SoftShortMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/media/sound/SoftShortMessage;

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

  public void setMessage(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.media.sound.SoftShortMessage this
        start local 1 // int command
        start local 2 // int channel
        start local 3 // int data1
        start local 4 // int data2
         0: .line 45
            aload 0 /* this */
            iload 2 /* channel */
            putfield com.sun.media.sound.SoftShortMessage.channel:I
         1: .line 46
            aload 0 /* this */
            iload 1 /* command */
            iload 2 /* channel */
            bipush 15
            iand
            iload 3 /* data1 */
            iload 4 /* data2 */
            invokespecial javax.sound.midi.ShortMessage.setMessage:(IIII)V
         2: .line 47
            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.SoftShortMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/media/sound/SoftShortMessage;
            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 java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.media.sound.SoftShortMessage this
         0: .line 50
            new com.sun.media.sound.SoftShortMessage
            dup
            invokespecial com.sun.media.sound.SoftShortMessage.<init>:()V
            astore 1 /* clone */
        start local 1 // com.sun.media.sound.SoftShortMessage clone
         1: .line 52
            aload 1 /* clone */
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftShortMessage.getCommand:()I
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftShortMessage.getChannel:()I
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftShortMessage.getData1:()I
            aload 0 /* this */
            invokevirtual com.sun.media.sound.SoftShortMessage.getData2:()I
            invokevirtual com.sun.media.sound.SoftShortMessage.setMessage:(IIII)V
         2: .line 53
            goto 5
      StackMap locals: com.sun.media.sound.SoftShortMessage com.sun.media.sound.SoftShortMessage
      StackMap stack: javax.sound.midi.InvalidMidiDataException
         3: astore 2 /* e */
        start local 2 // javax.sound.midi.InvalidMidiDataException e
         4: .line 54
            new java.lang.IllegalArgumentException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // javax.sound.midi.InvalidMidiDataException e
         5: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* clone */
            areturn
        end local 1 // com.sun.media.sound.SoftShortMessage clone
        end local 0 // com.sun.media.sound.SoftShortMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/media/sound/SoftShortMessage;
            1    6     1  clone  Lcom/sun/media/sound/SoftShortMessage;
            4    5     2      e  Ljavax/sound/midi/InvalidMidiDataException;
      Exception table:
        from    to  target  type
           1     2       3  Class javax.sound.midi.InvalidMidiDataException
}
SourceFile: "SoftShortMessage.java"