public class jdk.internal.org.objectweb.asm.tree.InsnNode 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.InsnNode
super_class: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
{
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/tree/InsnNode;
0 2 1 opcode I
MethodParameters:
Name Flags
opcode final
public int getType();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/InsnNode;
public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.tree.InsnNode.opcode:I
invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
1: aload 0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.tree.InsnNode.acceptAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/org/objectweb/asm/tree/InsnNode;
0 3 1 methodVisitor Ljdk/internal/org/objectweb/asm/MethodVisitor;
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=3, locals=2, args_size=2
start local 0 start local 1 0: new jdk.internal.org.objectweb.asm.tree.InsnNode
dup
aload 0
getfield jdk.internal.org.objectweb.asm.tree.InsnNode.opcode:I
invokespecial jdk.internal.org.objectweb.asm.tree.InsnNode.<init>:(I)V
aload 0
invokevirtual jdk.internal.org.objectweb.asm.tree.InsnNode.cloneAnnotations:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/tree/InsnNode;
0 1 1 clonedLabels Ljava/util/Map<Ljdk/internal/org/objectweb/asm/tree/LabelNode;Ljdk/internal/org/objectweb/asm/tree/LabelNode;>;
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: "InsnNode.java"