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 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* start */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.start:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         2: .line 106
            aload 0 /* this */
            aload 2 /* end */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.end:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         3: .line 107
            aload 0 /* this */
            aload 3 /* handler */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.handler:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
         4: .line 108
            aload 0 /* this */
            aload 4 /* type */
            putfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
         5: .line 109
            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 119
            ldc 1107296256
            iload 1 /* index */
            bipush 8
            ishl
            ior
            istore 2 /* newTypeRef */
        start local 2 // int newTypeRef
         1: .line 120
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 8
         2: .line 121
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
         4: goto 7
         5: .line 122
      StackMap locals: int 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
            iload 2 /* newTypeRef */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
         6: .line 121
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 5
        end local 4 // int n
        end local 3 // int i
         8: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 15
         9: .line 126
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* n */
        start local 4 // int n
        11: goto 14
        12: .line 127
      StackMap locals: int 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
            iload 2 /* newTypeRef */
            putfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
        13: .line 126
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            iload 4 /* n */
            if_icmplt 12
        end local 4 // int n
        end local 3 // int i
        15: .line 130
      StackMap locals:
      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   16     0        this  Ljdk/internal/org/objectweb/asm/tree/TryCatchBlockNode;
            0   16     1       index  I
            1   16     2  newTypeRef  I
            3    8     3           i  I
            4    8     4           n  I
           10   15     3           i  I
           11   15     4           n  I
    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 methodVisitor
         0: .line 138
            aload 1 /* methodVisitor */
         1: .line 139
            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;
            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 138
            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 140
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 17
         6: .line 141
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
         8: goto 16
         9: .line 142
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        10: .line 143
            aload 4 /* typeAnnotation */
        11: .line 144
            aload 1 /* methodVisitor */
        12: .line 145
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_1
        13: .line 144
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        14: .line 143
            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 typeAnnotation
        15: .line 141
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 9
        end local 3 // int n
        end local 2 // int i
        17: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 29
        18: .line 149
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        19: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
        20: goto 28
        21: .line 150
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        22: .line 151
            aload 4 /* typeAnnotation */
        23: .line 152
            aload 1 /* methodVisitor */
        24: .line 153
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_0
        25: .line 152
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        26: .line 151
            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 typeAnnotation
        27: .line 149
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 21
        end local 3 // int n
        end local 2 // int i
        29: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        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   methodVisitor  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            7   17     2               i  I
            8   17     3               n  I
           10   15     4  typeAnnotation  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
           19   29     2               i  I
           20   29     3               n  I
           22   27     4  typeAnnotation  Ljdk/internal/org/objectweb/asm/tree/TypeAnnotationNode;
    MethodParameters:
               Name  Flags
      methodVisitor  final
}
SourceFile: "TryCatchBlockNode.java"