public class jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode extends jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
super_class: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
{
public jdk.internal.org.objectweb.asm.tree.LabelNode dflt;
descriptor: Ljdk/internal/org/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<jdk.internal.org.objectweb.asm.tree.LabelNode> labels;
descriptor: Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;
public void <init>(jdk.internal.org.objectweb.asm.tree.LabelNode, int[], jdk.internal.org.objectweb.asm.tree.LabelNode[]);
descriptor: (Ljdk/internal/org/objectweb/asm/tree/LabelNode;[I[Ljdk/internal/org/objectweb/asm/tree/LabelNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
sipush 171
invokespecial jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
1: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
2: aload 0
aload 2
invokestatic jdk.internal.org.objectweb.asm.tree.Util.asArrayList:([I)Ljava/util/List;
putfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
3: aload 0
aload 3
invokestatic jdk.internal.org.objectweb.asm.tree.Util.asArrayList:([Ljava/lang/Object;)Ljava/util/List;
putfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
0 5 1 dflt Ljdk/internal/org/objectweb/asm/tree/LabelNode;
0 5 2 keys [I
0 5 3 labels [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
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 0: bipush 12
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
invokeinterface java.util.List.size:()I
newarray 10
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: aload 2
arraylength
istore 4
start local 4 3: goto 6
4: StackMap locals: int[] int int
StackMap stack:
aload 2
iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
iastore
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 4
end local 4 end local 3 7: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray jdk.internal.org.objectweb.asm.Label
astore 3
start local 3 8: iconst_0
istore 4
start local 4 9: aload 3
arraylength
istore 5
start local 5 10: goto 13
11: StackMap locals: jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode jdk.internal.org.objectweb.asm.MethodVisitor int[] jdk.internal.org.objectweb.asm.Label[] int int
StackMap stack:
aload 3
iload 4
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
iload 4
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
aastore
12: iinc 4 1
StackMap locals:
StackMap stack:
13: iload 4
iload 5
if_icmplt 11
end local 5 end local 4 14: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.getLabel:()Ljdk/internal/org/objectweb/asm/Label;
aload 2
aload 3
invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
15: aload 0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.acceptAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
16: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
0 17 1 methodVisitor Ljdk/internal/org/objectweb/asm/MethodVisitor;
1 17 2 keysArray [I
2 7 3 i I
3 7 4 n I
8 17 3 labelsArray [Ljdk/internal/org/objectweb/asm/Label;
9 14 4 i I
10 14 5 n I
MethodParameters:
Name Flags
methodVisitor final
public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode clone(java.util.Map<jdk.internal.org.objectweb.asm.tree.LabelNode, jdk.internal.org.objectweb.asm.tree.LabelNode>);
descriptor: (Ljava/util/Map;)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: new jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode
dup
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.dflt:Ljdk/internal/org/objectweb/asm/tree/LabelNode;
aload 1
invokestatic jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.clone:(Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljava/util/Map;)Ljdk/internal/org/objectweb/asm/tree/LabelNode;
aconst_null
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.labels:Ljava/util/List;
aload 1
invokestatic jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.clone:(Ljava/util/List;Ljava/util/Map;)[Ljdk/internal/org/objectweb/asm/tree/LabelNode;
invokespecial jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.<init>:(Ljdk/internal/org/objectweb/asm/tree/LabelNode;[I[Ljdk/internal/org/objectweb/asm/tree/LabelNode;)V
1: astore 2
start local 2 2: aload 2
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.keys:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
3: aload 2
aload 0
invokevirtual jdk.internal.org.objectweb.asm.tree.LookupSwitchInsnNode.cloneAnnotations:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
0 4 1 clonedLabels Ljava/util/Map<Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;
2 4 2 clone Ljdk/internal/org/objectweb/asm/tree/LookupSwitchInsnNode;
Signature: (Ljava/util/Map<Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
MethodParameters:
Name Flags
clonedLabels final
}
SourceFile: "LookupSwitchInsnNode.java"