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: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
2: aload 0
bipush 8
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
3: aload 0
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: return
end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.$assertionsDisabled:Z
ifne 3
iload 2
ifle 2
iload 2
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: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.symbol:I
4: aload 0
iload 2
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.bits:I
5: aload 0
aconst_null
putfield io.netty.handler.codec.http2.HpackHuffmanDecoder$Node.children:[Lio/netty/handler/codec/http2/HpackHuffmanDecoder$Node;
6: return
end local 2 end local 1 end local 0 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 0: aload 0
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 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