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

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

  public void <init>(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String desc
         0: .line 102
            aload 0 /* this */
            ldc 393216
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* desc */
            invokespecial jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;)V
         1: .line 103
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
            if_acmpeq 3
         2: .line 104
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 106
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode int jdk.internal.org.objectweb.asm.TypePath java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String desc
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
            0    4     1   typeRef  I
            0    4     2  typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    4     3      desc  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      typeRef   final
      typePath  final
      desc      final

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