class io.netty.resolver.dns.DnsQueryContext$1 extends io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.resolver.dns.DnsQueryContext$1
  super_class: io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
{
  final io.netty.resolver.dns.DnsQueryContext this$0;
    descriptor: Lio/netty/resolver/dns/DnsQueryContext;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.resolver.dns.DnsQueryContext, int, int, int);
    descriptor: (Lio/netty/resolver/dns/DnsQueryContext;III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.netty.resolver.dns.DnsQueryContext$1 this
        start local 2 // int $anonymous0
        start local 3 // int $anonymous1
        start local 4 // int $anonymous2
         0: .line 72
            aload 0 /* this */
            aload 1
            putfield io.netty.resolver.dns.DnsQueryContext$1.this$0:Lio/netty/resolver/dns/DnsQueryContext;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord.<init>:(III)V
            return
        end local 4 // int $anonymous2
        end local 3 // int $anonymous1
        end local 2 // int $anonymous0
        end local 0 // io.netty.resolver.dns.DnsQueryContext$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/netty/resolver/dns/DnsQueryContext$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  I
            0    1     4  $anonymous2  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
}
SourceFile: "DnsQueryContext.java"
EnclosingMethod: io.netty.resolver.dns.DnsQueryContext.<init>:(Lio/netty/resolver/dns/DnsNameResolver;Ljava/net/InetSocketAddress;Lio/netty/handler/codec/dns/DnsQuestion;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/util/concurrent/Promise;)V
NestHost: io.netty.resolver.dns.DnsQueryContext
InnerClasses:
  io.netty.resolver.dns.DnsQueryContext$1