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

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

  public org.objectweb.asm.tree.LabelNode handler;
    descriptor: Lorg/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<org.objectweb.asm.tree.TypeAnnotationNode> visibleTypeAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/objectweb/asm/tree/TypeAnnotationNode;>;

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

  public void <init>(org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, java.lang.String);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // org.objectweb.asm.tree.LabelNode start
        start local 2 // org.objectweb.asm.tree.LabelNode end
        start local 3 // org.objectweb.asm.tree.LabelNode handler
        start local 4 // java.lang.String type
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* start */
            putfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
         2: .line 75
            aload 0 /* this */
            aload 2 /* end */
            putfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
         3: .line 76
            aload 0 /* this */
            aload 3 /* handler */
            putfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
         4: .line 77
            aload 0 /* this */
            aload 4 /* type */
            putfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
         5: .line 78
            return
        end local 4 // java.lang.String type
        end local 3 // org.objectweb.asm.tree.LabelNode handler
        end local 2 // org.objectweb.asm.tree.LabelNode end
        end local 1 // org.objectweb.asm.tree.LabelNode start
        end local 0 // org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            0    6     1    start  Lorg/objectweb/asm/tree/LabelNode;
            0    6     2      end  Lorg/objectweb/asm/tree/LabelNode;
            0    6     3  handler  Lorg/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 // org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // int index
         0: .line 88
            ldc 1107296256
            iload 1 /* index */
            bipush 8
            ishl
            ior
            istore 2 /* newTypeRef */
        start local 2 // int newTypeRef
         1: .line 89
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 8
         2: .line 90
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield 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 91
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            iload 2 /* newTypeRef */
            putfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
         6: .line 90
            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 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 15
         9: .line 95
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: aload 0 /* this */
            getfield 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 96
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            iload 2 /* newTypeRef */
            putfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
        13: .line 95
            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 99
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int newTypeRef
        end local 1 // int index
        end local 0 // org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lorg/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(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.objectweb.asm.tree.TryCatchBlockNode this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 107
            aload 1 /* methodVisitor */
         1: .line 108
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode org.objectweb.asm.MethodVisitor
      StackMap stack: org.objectweb.asm.MethodVisitor org.objectweb.asm.Label org.objectweb.asm.Label
         2: aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.handler:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
      StackMap locals: org.objectweb.asm.tree.TryCatchBlockNode org.objectweb.asm.MethodVisitor
      StackMap stack: org.objectweb.asm.MethodVisitor org.objectweb.asm.Label org.objectweb.asm.Label org.objectweb.asm.Label
         3: aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.type:Ljava/lang/String;
         4: .line 107
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V
         5: .line 109
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            ifnull 17
         6: .line 110
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: aload 0 /* this */
            getfield 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 111
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.visibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        10: .line 112
            aload 4 /* typeAnnotation */
        11: .line 113
            aload 1 /* methodVisitor */
        12: .line 114
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_1
        13: .line 113
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        14: .line 112
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        15: .line 110
            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 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            ifnull 29
        18: .line 118
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        19: aload 0 /* this */
            getfield 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 119
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.invisibleTypeAnnotations:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.TypeAnnotationNode
            astore 4 /* typeAnnotation */
        start local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        22: .line 120
            aload 4 /* typeAnnotation */
        23: .line 121
            aload 1 /* methodVisitor */
        24: .line 122
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typeRef:I
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.typePath:Lorg/objectweb/asm/TypePath;
            aload 4 /* typeAnnotation */
            getfield org.objectweb.asm.tree.TypeAnnotationNode.desc:Ljava/lang/String;
            iconst_0
        25: .line 121
            invokevirtual org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
        26: .line 120
            invokevirtual org.objectweb.asm.tree.TypeAnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 4 // org.objectweb.asm.tree.TypeAnnotationNode typeAnnotation
        27: .line 118
            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 125
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.tree.TryCatchBlockNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            0   30     1   methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            7   17     2               i  I
            8   17     3               n  I
           10   15     4  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
           19   29     2               i  I
           20   29     3               n  I
           22   27     4  typeAnnotation  Lorg/objectweb/asm/tree/TypeAnnotationNode;
    MethodParameters:
               Name  Flags
      methodVisitor  final
}
SourceFile: "TryCatchBlockNode.java"