public class org.objectweb.asm.tree.TypeAnnotationNode extends org.objectweb.asm.tree.AnnotationNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.TypeAnnotationNode
  super_class: org.objectweb.asm.tree.AnnotationNode
{
  public int typeRef;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.objectweb.asm.TypePath typePath;
    descriptor: Lorg/objectweb/asm/TypePath;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, org.objectweb.asm.TypePath, java.lang.String);
    descriptor: (ILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.TypeAnnotationNode this
        start local 1 // int typeRef
        start local 2 // org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
         0: .line 62
            aload 0 /* this */
            ldc 458752
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
         1: .line 63
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/TypeAnnotationNode;
            if_acmpeq 3
         2: .line 64
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 66
      StackMap locals: org.objectweb.asm.tree.TypeAnnotationNode int org.objectweb.asm.TypePath java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String descriptor
        end local 2 // org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.objectweb.asm.tree.TypeAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/tree/TypeAnnotationNode;
            0    4     1     typeRef  I
            0    4     2    typePath  Lorg/objectweb/asm/TypePath;
            0    4     3  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final

  public void <init>(int, int, org.objectweb.asm.TypePath, java.lang.String);
    descriptor: (IILorg/objectweb/asm/TypePath;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.TypeAnnotationNode this
        start local 1 // int api
        start local 2 // int typeRef
        start local 3 // org.objectweb.asm.TypePath typePath
        start local 4 // java.lang.String descriptor
         0: .line 81
            aload 0 /* this */
            iload 1 /* api */
            aload 4 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(ILjava/lang/String;)V
         1: .line 82
            aload 0 /* this */
            iload 2 /* typeRef */
            putfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
         2: .line 83
            aload 0 /* this */
            aload 3 /* typePath */
            putfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
         3: .line 84
            return
        end local 4 // java.lang.String descriptor
        end local 3 // org.objectweb.asm.TypePath typePath
        end local 2 // int typeRef
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.TypeAnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/tree/TypeAnnotationNode;
            0    4     1         api  I
            0    4     2     typeRef  I
            0    4     3    typePath  Lorg/objectweb/asm/TypePath;
            0    4     4  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      typeRef     final
      typePath    final
      descriptor  final
}
SourceFile: "TypeAnnotationNode.java"