public class jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode extends jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode
super_class: jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode
{
public java.util.List<jdk.internal.org.objectweb.asm.tree.LabelNode> start;
descriptor: Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;
public java.util.List<jdk.internal.org.objectweb.asm.tree.LabelNode> end;
descriptor: Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/util/List<Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;
public java.util.List<java.lang.Integer> index;
descriptor: Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/util/List<Ljava/lang/Integer;>;
public void <init>(int, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.tree.LabelNode[], jdk.internal.org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
ldc 393216
iload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokespecial jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
1: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
0 2 1 typeRef I
0 2 2 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 2 3 start [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
0 2 4 end [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
0 2 5 index [I
0 2 6 desc Ljava/lang/String;
MethodParameters:
Name Flags
typeRef
typePath
start
end
index
desc
public void <init>(int, int, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.tree.LabelNode[], jdk.internal.org.objectweb.asm.tree.LabelNode[], int[], java.lang.String);
descriptor: (IILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[Ljdk/internal/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=12, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
iload 1
iload 2
aload 3
aload 7
invokespecial jdk.internal.org.objectweb.asm.tree.TypeAnnotationNode.<init>:(IILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;)V
1: aload 0
new java.util.ArrayList
dup
aload 4
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
2: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
aload 4
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
3: aload 0
new java.util.ArrayList
dup
aload 5
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
4: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
aload 5
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
5: aload 0
new java.util.ArrayList
dup
aload 6
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
putfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
6: aload 6
dup
astore 11
arraylength
istore 10
iconst_0
istore 9
goto 10
StackMap locals: jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode int int jdk.internal.org.objectweb.asm.TypePath jdk.internal.org.objectweb.asm.tree.LabelNode[] jdk.internal.org.objectweb.asm.tree.LabelNode[] int[] java.lang.String top int int int[]
StackMap stack:
7: aload 11
iload 9
iaload
istore 8
start local 8 8: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
iload 8
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 8 9: iinc 9 1
StackMap locals:
StackMap stack:
10: iload 9
iload 10
if_icmplt 7
11: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
0 12 1 api I
0 12 2 typeRef I
0 12 3 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 12 4 start [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
0 12 5 end [Ljdk/internal/org/objectweb/asm/tree/LabelNode;
0 12 6 index [I
0 12 7 desc Ljava/lang/String;
8 9 8 i I
MethodParameters:
Name Flags
api
typeRef
typePath
start
end
index
desc
public void accept(jdk.internal.org.objectweb.asm.MethodVisitor, boolean);
descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray jdk.internal.org.objectweb.asm.Label
astore 3
start local 3 1: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray jdk.internal.org.objectweb.asm.Label
astore 4
start local 4 2: aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
invokeinterface java.util.List.size:()I
newarray 10
astore 5
start local 5 3: iconst_0
istore 6
start local 6 4: goto 9
5: StackMap locals: jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode jdk.internal.org.objectweb.asm.MethodVisitor int jdk.internal.org.objectweb.asm.Label[] jdk.internal.org.objectweb.asm.Label[] int[] int
StackMap stack:
aload 3
iload 6
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.start:Ljava/util/List;
iload 6
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
6: aload 4
iload 6
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.end:Ljava/util/List;
iload 6
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
7: aload 5
iload 6
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.index:Ljava/util/List;
iload 6
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
iastore
8: iinc 6 1
StackMap locals:
StackMap stack:
9: iload 6
aload 3
arraylength
if_icmplt 5
end local 6 10: aload 0
aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.typeRef:I
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
aload 3
aload 4
11: aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.desc:Ljava/lang/String;
iload 2
12: invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
invokevirtual jdk.internal.org.objectweb.asm.tree.LocalVariableAnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
13: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/org/objectweb/asm/tree/LocalVariableAnnotationNode;
0 14 1 mv Ljdk/internal/org/objectweb/asm/MethodVisitor;
0 14 2 visible Z
1 14 3 start [Ljdk/internal/org/objectweb/asm/Label;
2 14 4 end [Ljdk/internal/org/objectweb/asm/Label;
3 14 5 index [I
4 10 6 i I
MethodParameters:
Name Flags
mv final
visible
}
SourceFile: "LocalVariableAnnotationNode.java"