final class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent
  super_class: java.lang.Object
{
  final io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state;
    descriptor: Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
    flags: (0x0010) ACC_FINAL

  final io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State oldParent;
    descriptor: Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
    flags: (0x0010) ACC_FINAL

  void <init>(io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State, io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State);
    descriptor: (Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent this
        start local 1 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
        start local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State oldParent
         0: .line 791
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 792
            aload 0 /* this */
            aload 1 /* state */
            putfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent.state:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
         2: .line 793
            aload 0 /* this */
            aload 2 /* oldParent */
            putfield io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent.oldParent:Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
         3: .line 794
            return
        end local 2 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State oldParent
        end local 1 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State state
        end local 0 // io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$ParentChangedEvent;
            0    4     1      state  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
            0    4     2  oldParent  Lio/netty/handler/codec/http2/WeightedFairQueueByteDistributor$State;
    MethodParameters:
           Name  Flags
      state      
      oldParent  
}
SourceFile: "WeightedFairQueueByteDistributor.java"
NestHost: io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
InnerClasses:
  private final ParentChangedEvent = io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$ParentChangedEvent of io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
  private final State = io.netty.handler.codec.http2.WeightedFairQueueByteDistributor$State of io.netty.handler.codec.http2.WeightedFairQueueByteDistributor