final class org.objectweb.asm.xml.ASMContentHandler$Opcode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.xml.ASMContentHandler$Opcode
  super_class: java.lang.Object
{
  public final int opcode;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int type;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.xml.ASMContentHandler$Opcode this
        start local 1 // int opcode
        start local 2 // int type
         0: .line 1312
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1313
            aload 0 /* this */
            iload 1 /* opcode */
            putfield org.objectweb.asm.xml.ASMContentHandler$Opcode.opcode:I
         2: .line 1314
            aload 0 /* this */
            iload 2 /* type */
            putfield org.objectweb.asm.xml.ASMContentHandler$Opcode.type:I
         3: .line 1315
            return
        end local 2 // int type
        end local 1 // int opcode
        end local 0 // org.objectweb.asm.xml.ASMContentHandler$Opcode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/objectweb/asm/xml/ASMContentHandler$Opcode;
            0    4     1  opcode  I
            0    4     2    type  I
    MethodParameters:
        Name  Flags
      opcode  final
      type    final
}
SourceFile: "ASMContentHandler.java"
NestHost: org.objectweb.asm.xml.ASMContentHandler
InnerClasses:
  final Opcode = org.objectweb.asm.xml.ASMContentHandler$Opcode of org.objectweb.asm.xml.ASMContentHandler