class com.sun.jndi.dns.CT
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.jndi.dns.CT
  super_class: java.lang.Object
{
  int rrclass;
    descriptor: I
    flags: (0x0000) 

  int rrtype;
    descriptor: I
    flags: (0x0000) 

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jndi.dns.CT this
        start local 1 // int rrclass
        start local 2 // int rrtype
         0: .line 948
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 949
            aload 0 /* this */
            iload 1 /* rrclass */
            putfield com.sun.jndi.dns.CT.rrclass:I
         2: .line 950
            aload 0 /* this */
            iload 2 /* rrtype */
            putfield com.sun.jndi.dns.CT.rrtype:I
         3: .line 951
            return
        end local 2 // int rrtype
        end local 1 // int rrclass
        end local 0 // com.sun.jndi.dns.CT this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/jndi/dns/CT;
            0    4     1  rrclass  I
            0    4     2   rrtype  I
    MethodParameters:
         Name  Flags
      rrclass  
      rrtype   
}
SourceFile: "DnsContext.java"