public class jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode
  super_class: java.lang.Object
{
  public jdk.internal.org.objectweb.asm.tree.LabelNode start;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC

  public jdk.internal.org.objectweb.asm.tree.LabelNode end;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC

  public jdk.internal.org.objectweb.asm.tree.LabelNode handler;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode> visibleTypeAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;>;

  public java.util.List<jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode> invisibleTypeAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;>;

  public void <init>(jdk.internal.org.objectweb.asm.tree.LabelNode, jdk.internal.org.objectweb.asm.tree.LabelNode, jdk.internal.org.objectweb.asm.tree.LabelNode, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // jdk.internal.org.objectweb.asm.tree.LabelNode start
        start local 2 // jdk.internal.org.objectweb.asm.tree.LabelNode end
        start local 3 // jdk.internal.org.objectweb.asm.tree.LabelNode handler
        start local 4 // java.lang.String type
         0: .line 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 129
            aload 0 /* this */
            aload 1 /* start */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         2: .line 130
            aload 0 /* this */
            aload 2 /* end */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.end:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         3: .line 131
            aload 0 /* this */
            aload 3 /* handler */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         4: .line 132
            aload 0 /* this */
            aload 4 /* type */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
         5: .line 133
            return
        end local 4 // java.lang.String type
        end local 3 // jdk.internal.org.objectweb.asm.tree.LabelNode handler
        end local 2 // jdk.internal.org.objectweb.asm.tree.LabelNode end
        end local 1 // jdk.internal.org.objectweb.asm.tree.LabelNode start
        end local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
            0    6     1    start  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    6     2      end  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    6     3  handler  Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            0    6     4     type  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public void updateIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // int index
         0: .line 145
            ldc 1107296256
            iload 1 /* index */
            bipush 8
            ishl
            ior
            istore 2 /* newTypeRef */
        start local 2 // int newTypeRef
         1: .line 146
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 6
         2: .line 147
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode int int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 3 /* tan */
        start local 3 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode tan
         4: .line 148
            aload 3 /* tan */
            iload 2 /* newTypeRef */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
        end local 3 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode tan
         5: .line 147
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 151
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 11
         7: .line 152
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode int int top java.util.Iterator
      StackMap stack:
         8: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 3 /* tan */
        start local 3 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode tan
         9: .line 153
            aload 3 /* tan */
            iload 2 /* newTypeRef */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
        end local 3 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode tan
        10: .line 152
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 156
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode int int
      StackMap stack:
            return
        end local 2 // int newTypeRef
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
            0   12     1       index  I
            1   12     2  newTypeRef  I
            4    5     3         tan  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
            9   10     3         tan  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
    MethodParameters:
       Name  Flags
      index  final

  public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
         0: .line 165
            aload 1 /* mv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.end:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
         1: .line 166
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode jdk.internal.org.objectweb.asm.MethodVisitor
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
         2: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
      StackMap locals: jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode jdk.internal.org.objectweb.asm.MethodVisitor
      StackMap stack: jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
         3: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
         4: .line 165
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
         5: .line 167
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnonnull 6
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
         7: .line 168
            invokeinterface java.util.List.size:()I
         8: .line 167
      StackMap locals:
      StackMap stack: int
            istore 2 /* n */
        start local 2 // int n
         9: .line 169
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 16
        11: .line 170
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* an */
        start local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode an
        12: .line 171
            aload 4 /* an */
            aload 1 /* mv */
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
        13: .line 172
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_1
        14: .line 171
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            invokevirtual jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
        end local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode an
        15: .line 169
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 11
        end local 3 // int i
        17: .line 174
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnonnull 18
            iconst_0
            goto 20
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
        19: .line 175
            invokeinterface java.util.List.size:()I
        20: .line 174
      StackMap locals:
      StackMap stack: int
            istore 2 /* n */
        21: .line 176
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        22: goto 28
        23: .line 177
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* an */
        start local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode an
        24: .line 178
            aload 4 /* an */
            aload 1 /* mv */
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
        25: .line 179
            aload 4 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_0
        26: .line 178
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            invokevirtual jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
        end local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode an
        27: .line 176
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 23
        end local 3 // int i
        29: .line 181
            return
        end local 2 // int n
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
            0   30     1    mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            9   30     2     n  I
           10   17     3     i  I
           12   15     4    an  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
           22   29     3     i  I
           24   27     4    an  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
    MethodParameters:
      Name  Flags
      mv    final
}
SourceFile: "TryCatchBlockNode.java"