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 descriptor
         0: .line 93
            aload 0 /* this */
            ldc 458752
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;)V
         1: .line 94
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
            if_acmpeq 3
         2: .line 95
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 97
      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 descriptor
        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  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  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 descriptor
         0: .line 112
            aload 0 /* this */
            iload 1 /* api */
            aload 4 /* descriptor */
            invokespecial jdk.internal.org.objectweb.asm.tree.AnnotationNode.<init>:(ILjava/lang/String;)V
         1: .line 113
            aload 0 /* this */
            iload 2 /* typeRef */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
         2: .line 114
            aload 0 /* this */
            aload 3 /* typePath */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
         3: .line 115
            return
        end local 4 // java.lang.String descriptor
        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  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      typeRef     final
      typePath    final
      descriptor  final
}
SourceFile: "TypeAnnotationNode.java"