public class org.objectweb.asm.tree.LookupSwitchInsnNode extends org.objectweb.asm.tree.AbstractInsnNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.LookupSwitchInsnNode
  super_class: org.objectweb.asm.tree.AbstractInsnNode
{
  public org.objectweb.asm.tree.LabelNode dflt;
    descriptor: Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<java.lang.Integer> keys;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

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

  public void <init>(org.objectweb.asm.tree.LabelNode, int[], org.objectweb.asm.tree.LabelNode[]);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;[I[Lorg/objectweb/asm/tree/LabelNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
        start local 1 // org.objectweb.asm.tree.LabelNode dflt
        start local 2 // int[] keys
        start local 3 // org.objectweb.asm.tree.LabelNode[] labels
         0: .line 77
            aload 0 /* this */
            sipush 171
            invokespecial org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
         1: .line 78
            aload 0 /* this */
            aload 1 /* dflt */
            putfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
         2: .line 79
            aload 0 /* this */
         3: new java.util.ArrayList
            dup
            aload 2 /* keys */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode org.objectweb.asm.tree.LabelNode int[] org.objectweb.asm.tree.LabelNode[]
      StackMap stack: org.objectweb.asm.tree.LookupSwitchInsnNode new 3 new 3
         4: aload 2 /* keys */
            arraylength
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode org.objectweb.asm.tree.LabelNode int[] org.objectweb.asm.tree.LabelNode[]
      StackMap stack: org.objectweb.asm.tree.LookupSwitchInsnNode new 3 new 3 int
         5: invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
         6: .line 80
            aload 0 /* this */
         7: new java.util.ArrayList
            dup
            aload 3 /* labels */
            ifnonnull 8
            iconst_0
            goto 9
         8: .line 81
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode org.objectweb.asm.tree.LabelNode int[] org.objectweb.asm.tree.LabelNode[]
      StackMap stack: org.objectweb.asm.tree.LookupSwitchInsnNode new 7 new 7
            aload 3 /* labels */
            arraylength
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode org.objectweb.asm.tree.LabelNode int[] org.objectweb.asm.tree.LabelNode[]
      StackMap stack: org.objectweb.asm.tree.LookupSwitchInsnNode new 7 new 7 int
         9: invokespecial java.util.ArrayList.<init>:(I)V
        10: .line 80
            putfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
        11: .line 82
            aload 2 /* keys */
            ifnull 17
        12: .line 83
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 16
        14: .line 84
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
            new java.lang.Integer
            dup
            aload 2 /* keys */
            iload 4 /* i */
            iaload
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        15: .line 83
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            aload 2 /* keys */
            arraylength
            if_icmplt 14
        end local 4 // int i
        17: .line 87
      StackMap locals:
      StackMap stack:
            aload 3 /* labels */
            ifnull 19
        18: .line 88
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            aload 3 /* labels */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        19: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.tree.LabelNode[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.tree.LabelNode dflt
        end local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
            0   20     1    dflt  Lorg/objectweb/asm/tree/LabelNode;
            0   20     2    keys  [I
            0   20     3  labels  [Lorg/objectweb/asm/tree/LabelNode;
           13   17     4       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
         0: .line 94
            bipush 12
            ireturn
        end local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;

  public void accept(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
        start local 1 // org.objectweb.asm.MethodVisitor mv
         0: .line 99
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            newarray 10
            astore 2 /* keys */
        start local 2 // int[] keys
         1: .line 100
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 101
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* keys */
            iload 3 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         4: .line 100
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* keys */
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 103
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.objectweb.asm.Label
            astore 3 /* labels */
        start local 3 // org.objectweb.asm.Label[] labels
         7: .line 104
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 105
      StackMap locals: org.objectweb.asm.tree.LookupSwitchInsnNode org.objectweb.asm.MethodVisitor int[] org.objectweb.asm.Label[] int
      StackMap stack:
            aload 3 /* labels */
            iload 4 /* i */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aastore
        10: .line 104
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 3 /* labels */
            arraylength
            if_icmplt 9
        end local 4 // int i
        12: .line 107
            aload 1 /* mv */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            aload 2 /* keys */
            aload 3 /* labels */
            invokevirtual org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V
        13: .line 108
            return
        end local 3 // org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
            0   14     1      mv  Lorg/objectweb/asm/MethodVisitor;
            1   14     2    keys  [I
            2    6     3       i  I
            7   14     3  labels  [Lorg/objectweb/asm/Label;
            8   12     4       i  I
    MethodParameters:
      Name  Flags
      mv    final

  public org.objectweb.asm.tree.AbstractInsnNode clone(java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>);
    descriptor: (Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
        start local 1 // java.util.Map labels
         0: .line 112
            new org.objectweb.asm.tree.LookupSwitchInsnNode
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Lorg/objectweb/asm/tree/LabelNode;
         1: .line 113
            aload 1 /* labels */
         2: .line 112
            invokestatic org.objectweb.asm.tree.LookupSwitchInsnNode.clone:(Lorg/objectweb/asm/tree/LabelNode;Ljava/util/Map;)Lorg/objectweb/asm/tree/LabelNode;
         3: .line 113
            aconst_null
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
            aload 1 /* labels */
            invokestatic org.objectweb.asm.tree.LookupSwitchInsnNode.clone:(Ljava/util/List;Ljava/util/Map;)[Lorg/objectweb/asm/tree/LabelNode;
         4: .line 112
            invokespecial org.objectweb.asm.tree.LookupSwitchInsnNode.<init>:(Lorg/objectweb/asm/tree/LabelNode;[I[Lorg/objectweb/asm/tree/LabelNode;)V
            astore 2 /* clone */
        start local 2 // org.objectweb.asm.tree.LookupSwitchInsnNode clone
         5: .line 114
            aload 2 /* clone */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 115
            aload 2 /* clone */
            areturn
        end local 2 // org.objectweb.asm.tree.LookupSwitchInsnNode clone
        end local 1 // java.util.Map labels
        end local 0 // org.objectweb.asm.tree.LookupSwitchInsnNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
            0    7     1  labels  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
            5    7     2   clone  Lorg/objectweb/asm/tree/LookupSwitchInsnNode;
    Signature: (Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;)Lorg/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
        Name  Flags
      labels  final
}
SourceFile: "LookupSwitchInsnNode.java"