public class jdk.internal.net.http.frame.PriorityFrame extends jdk.internal.net.http.frame.Http2Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.net.http.frame.PriorityFrame
  super_class: jdk.internal.net.http.frame.Http2Frame
{
  private final int streamDependency;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int weight;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean exclusive;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final int TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public void <init>(int, int, boolean, int);
    descriptor: (IIZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
        start local 1 // int streamId
        start local 2 // int streamDependency
        start local 3 // boolean exclusive
        start local 4 // int weight
         0: .line 37
            aload 0 /* this */
            iload 1 /* streamId */
            iconst_0
            invokespecial jdk.internal.net.http.frame.Http2Frame.<init>:(II)V
         1: .line 38
            aload 0 /* this */
            iload 2 /* streamDependency */
            putfield jdk.internal.net.http.frame.PriorityFrame.streamDependency:I
         2: .line 39
            aload 0 /* this */
            iload 3 /* exclusive */
            putfield jdk.internal.net.http.frame.PriorityFrame.exclusive:Z
         3: .line 40
            aload 0 /* this */
            iload 4 /* weight */
            putfield jdk.internal.net.http.frame.PriorityFrame.weight:I
         4: .line 41
            return
        end local 4 // int weight
        end local 3 // boolean exclusive
        end local 2 // int streamDependency
        end local 1 // int streamId
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Ljdk/internal/net/http/frame/PriorityFrame;
            0    5     1          streamId  I
            0    5     2  streamDependency  I
            0    5     3         exclusive  Z
            0    5     4            weight  I
    MethodParameters:
                  Name  Flags
      streamId          
      streamDependency  
      exclusive         
      weight            

  public int type();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
         0: .line 45
            iconst_2
            ireturn
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/frame/PriorityFrame;

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
         0: .line 50
            iconst_5
            ireturn
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/frame/PriorityFrame;

  public int streamDependency();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
         0: .line 54
            aload 0 /* this */
            getfield jdk.internal.net.http.frame.PriorityFrame.streamDependency:I
            ireturn
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/frame/PriorityFrame;

  public int weight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
         0: .line 58
            aload 0 /* this */
            getfield jdk.internal.net.http.frame.PriorityFrame.weight:I
            ireturn
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/frame/PriorityFrame;

  public boolean exclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.frame.PriorityFrame this
         0: .line 62
            aload 0 /* this */
            getfield jdk.internal.net.http.frame.PriorityFrame.exclusive:Z
            ireturn
        end local 0 // jdk.internal.net.http.frame.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/frame/PriorityFrame;
}
SourceFile: "PriorityFrame.java"