class java.nio.ByteBufferAsShortBufferRB extends java.nio.ByteBufferAsShortBufferB
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.ByteBufferAsShortBufferRB
  super_class: java.nio.ByteBufferAsShortBufferB
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc Ljava/nio/ByteBufferAsShortBufferRB;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.nio.ByteBufferAsShortBufferRB.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 55
            aload 0 /* this */
            aload 1 /* bb */
            invokespecial java.nio.ByteBufferAsShortBufferB.<init>:(Ljava/nio/ByteBuffer;)V
         1: .line 57
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
            0    2     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    

  void <init>(java.nio.ByteBuffer, int, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
        start local 1 // java.nio.ByteBuffer bb
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 68
            aload 0 /* this */
            aload 1 /* bb */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.ByteBufferAsShortBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
         1: .line 70
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
            0    2     1    bb  Ljava/nio/ByteBuffer;
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6   off  I
    MethodParameters:
      Name  Flags
      bb    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ShortBuffer slice();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 73
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 74
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 75
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 76
            iload 1 /* pos */
            iconst_1
            ishl
            aload 0 /* this */
            getfield java.nio.ByteBufferAsShortBufferRB.offset:I
            iadd
            istore 4 /* off */
        start local 4 // int off
         6: .line 77
            getstatic java.nio.ByteBufferAsShortBufferRB.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 78
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferRB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsShortBufferRB.bb:Ljava/nio/ByteBuffer;
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.ByteBufferAsShortBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.ShortBuffer duplicate();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 82
            new java.nio.ByteBufferAsShortBufferRB
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsShortBufferRB.bb:Ljava/nio/ByteBuffer;
         1: .line 83
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.markValue:()I
         2: .line 84
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.position:()I
         3: .line 85
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.limit:()I
         4: .line 86
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.capacity:()I
         5: .line 87
            aload 0 /* this */
            getfield java.nio.ByteBufferAsShortBufferRB.offset:I
         6: .line 82
            invokespecial java.nio.ByteBufferAsShortBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
            areturn
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsShortBufferRB;

  public java.nio.ShortBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 99
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsShortBufferRB.duplicate:()Ljava/nio/ShortBuffer;
            areturn
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;

  public java.nio.ShortBuffer put(short);
    descriptor: (S)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
        start local 1 // short x
         0: .line 130
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // short x
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
            0    1     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ShortBuffer put(int, short);
    descriptor: (IS)Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
        start local 1 // int i
        start local 2 // short x
         0: .line 139
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
            0    1     1     i  I
            0    1     2     x  S
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ShortBuffer compact();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 161
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 166
            aload 0 /* this */
            getfield java.nio.ByteBufferAsShortBufferRB.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ireturn
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 170
            iconst_1
            ireturn
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsShortBufferRB this
         0: .line 217
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.ByteBufferAsShortBufferRB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsShortBufferRB;
}
SourceFile: "ByteBufferAsShortBufferRB.java"