class io.undertow.protocols.http2.Http2PriorityParser extends io.undertow.protocols.http2.Http2PushBackParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2PriorityParser
  super_class: io.undertow.protocols.http2.Http2PushBackParser
{
  private int streamDependency;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int weight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean exclusive;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2PriorityParser this
        start local 1 // int frameLength
         0: .line 37
            aload 0 /* this */
            iload 1 /* frameLength */
            invokespecial io.undertow.protocols.http2.Http2PushBackParser.<init>:(I)V
         1: .line 38
            return
        end local 1 // int frameLength
        end local 0 // io.undertow.protocols.http2.Http2PriorityParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/undertow/protocols/http2/Http2PriorityParser;
            0    2     1  frameLength  I
    MethodParameters:
             Name  Flags
      frameLength  

  protected void handleData(java.nio.ByteBuffer, io.undertow.protocols.http2.Http2FrameHeaderParser);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/protocols/http2/Http2FrameHeaderParser;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.Http2PriorityParser this
        start local 1 // java.nio.ByteBuffer resource
        start local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser frameHeaderParser
         0: .line 42
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_5
            if_icmpge 2
         1: .line 43
            return
         2: .line 45
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            invokestatic io.undertow.protocols.http2.Http2ProtocolUtils.readInt:(Ljava/nio/ByteBuffer;)I
            istore 3 /* read */
        start local 3 // int read
         3: .line 46
            iload 3 /* read */
            ldc -2147483648
            invokestatic org.xnio.Bits.anyAreSet:(II)Z
            ifeq 7
         4: .line 47
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.Http2PriorityParser.exclusive:Z
         5: .line 48
            aload 0 /* this */
            iload 3 /* read */
            ldc 2147483647
            iand
            putfield io.undertow.protocols.http2.Http2PriorityParser.streamDependency:I
         6: .line 49
            goto 9
         7: .line 50
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.Http2PriorityParser.exclusive:Z
         8: .line 51
            aload 0 /* this */
            iload 3 /* read */
            putfield io.undertow.protocols.http2.Http2PriorityParser.streamDependency:I
         9: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* resource */
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield io.undertow.protocols.http2.Http2PriorityParser.weight:I
        10: .line 54
            return
        end local 3 // int read
        end local 2 // io.undertow.protocols.http2.Http2FrameHeaderParser frameHeaderParser
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // io.undertow.protocols.http2.Http2PriorityParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lio/undertow/protocols/http2/Http2PriorityParser;
            0   11     1           resource  Ljava/nio/ByteBuffer;
            0   11     2  frameHeaderParser  Lio/undertow/protocols/http2/Http2FrameHeaderParser;
            3   11     3               read  I
    MethodParameters:
                   Name  Flags
      resource           
      frameHeaderParser  

  public int getWeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PriorityParser this
         0: .line 57
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PriorityParser.weight:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2PriorityParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PriorityParser;

  public int getStreamDependency();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PriorityParser this
         0: .line 61
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PriorityParser.streamDependency:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2PriorityParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PriorityParser;

  public boolean isExclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2PriorityParser this
         0: .line 65
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2PriorityParser.exclusive:Z
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2PriorityParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2PriorityParser;
}
SourceFile: "Http2PriorityParser.java"