public abstract class io.netty.handler.codec.http2.AbstractHttp2StreamFrame implements io.netty.handler.codec.http2.Http2StreamFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.AbstractHttp2StreamFrame
  super_class: java.lang.Object
{
  private io.netty.handler.codec.http2.Http2FrameStream stream;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameStream;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;

  public io.netty.handler.codec.http2.AbstractHttp2StreamFrame stream(io.netty.handler.codec.http2.Http2FrameStream);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
        start local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
         0: .line 30
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
         1: .line 31
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
            0    2     1  stream  Lio/netty/handler/codec/http2/Http2FrameStream;
    MethodParameters:
        Name  Flags
      stream  

  public io.netty.handler.codec.http2.Http2FrameStream stream();
    descriptor: ()Lio/netty/handler/codec/http2/Http2FrameStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
         0: .line 36
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            areturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
        start local 1 // java.lang.Object o
         0: .line 44
            aload 1 /* o */
            instanceof io.netty.handler.codec.http2.Http2StreamFrame
            ifne 2
         1: .line 45
            iconst_0
            ireturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.netty.handler.codec.http2.Http2StreamFrame
            astore 2 /* other */
        start local 2 // io.netty.handler.codec.http2.Http2StreamFrame other
         3: .line 48
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            aload 2 /* other */
            invokeinterface io.netty.handler.codec.http2.Http2StreamFrame.stream:()Lio/netty/handler/codec/http2/Http2FrameStream;
            if_acmpeq 5
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            ifnull 4
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            aload 2 /* other */
            invokeinterface io.netty.handler.codec.http2.Http2StreamFrame.stream:()Lio/netty/handler/codec/http2/Http2FrameStream;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
      StackMap locals: io.netty.handler.codec.http2.Http2StreamFrame
      StackMap stack:
         4: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 2 // io.netty.handler.codec.http2.Http2StreamFrame other
        end local 1 // java.lang.Object o
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
            0    6     1      o  Ljava/lang/Object;
            3    6     2  other  Lio/netty/handler/codec/http2/Http2StreamFrame;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
         0: .line 53
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:Lio/netty/handler/codec/http2/Http2FrameStream;
            astore 1 /* stream */
        start local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
         1: .line 54
            aload 1 /* stream */
            ifnonnull 3
         2: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            ireturn
         3: .line 57
      StackMap locals: io.netty.handler.codec.http2.Http2FrameStream
      StackMap stack:
            aload 1 /* stream */
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2StreamFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
            1    4     1  stream  Lio/netty/handler/codec/http2/Http2FrameStream;

  public io.netty.handler.codec.http2.Http2StreamFrame stream(io.netty.handler.codec.http2.Http2FrameStream);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/Http2StreamFrame;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:(Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractHttp2StreamFrame.java"