final class io.netty.handler.codec.http2.HpackHuffmanDecoder$Node
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.HpackHuffmanDecoder$Node
  super_class: java.lang.Object
{
  private final int symbol;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final io.netty.handler.codec.http2.HpackHuffmanDecoder$Node[] children;
    descriptor: [Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 72
            ldc Lio/netty/handler/codec/http2/HpackHuffmanDecoder;
            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 io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
         2: .line 83
            aload 0 /* this */
            bipush 8
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
         3: .line 84
            aload 0 /* this */
            sipush 256
            anewarray io.netty.handler.codec.http2.HpackHuffmanDecoder$Node
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         4: .line 85
            return
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
        start local 1 // int symbol
        start local 2 // int bits
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.$assertionsDisabled:Z
            ifne 3
            iload 2 /* bits */
            ifle 2
            iload 2 /* bits */
            bipush 8
            if_icmple 3
      StackMap locals: io.netty.handler.codec.http2.HpackHuffmanDecoder$Node int int
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* symbol */
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
         4: .line 96
            aload 0 /* this */
            iload 2 /* bits */
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
         5: .line 97
            aload 0 /* this */
            aconst_null
            putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
         6: .line 98
            return
        end local 2 // int bits
        end local 1 // int symbol
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            0    7     1  symbol  I
            0    7     2    bits  I
    MethodParameters:
        Name  Flags
      symbol  
      bits    

  private boolean isTerminal();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
         0: .line 101
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.HpackHuffmanDecoder$Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
}
SourceFile: "HpackHuffmanDecoder.java"
NestHost: io.netty.handler.codec.http2.HpackHuffmanDecoder
InnerClasses:
  private final Node = io.netty.handler.codec.http2.HpackHuffmanDecoder$Node of io.netty.handler.codec.http2.HpackHuffmanDecoder