public class org.objectweb.asm.tree.LdcInsnNode 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.LdcInsnNode
  super_class: org.objectweb.asm.tree.AbstractInsnNode
{
  public java.lang.Object cst;
    descriptor: Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LdcInsnNode this
        start local 1 // java.lang.Object value
         0: .line 55
            aload 0 /* this */
            bipush 18
            invokespecial org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
         1: .line 56
            aload 0 /* this */
            aload 1 /* value */
            putfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
         2: .line 57
            return
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.tree.LdcInsnNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/tree/LdcInsnNode;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  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.LdcInsnNode this
         0: .line 61
            bipush 9
            ireturn
        end local 0 // org.objectweb.asm.tree.LdcInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/LdcInsnNode;

  public void accept(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LdcInsnNode this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 66
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
         1: .line 67
            aload 0 /* this */
            aload 1 /* methodVisitor */
            invokevirtual org.objectweb.asm.tree.LdcInsnNode.acceptAnnotations:(Lorg/objectweb/asm/MethodVisitor;)V
         2: .line 68
            return
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // org.objectweb.asm.tree.LdcInsnNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/objectweb/asm/tree/LdcInsnNode;
            0    3     1  methodVisitor  Lorg/objectweb/asm/MethodVisitor;
    MethodParameters:
               Name  Flags
      methodVisitor  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=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LdcInsnNode this
        start local 1 // java.util.Map clonedLabels
         0: .line 72
            new org.objectweb.asm.tree.LdcInsnNode
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LdcInsnNode.cst:Ljava/lang/Object;
            invokespecial org.objectweb.asm.tree.LdcInsnNode.<init>:(Ljava/lang/Object;)V
            aload 0 /* this */
            invokevirtual org.objectweb.asm.tree.LdcInsnNode.cloneAnnotations:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Lorg/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 1 // java.util.Map clonedLabels
        end local 0 // org.objectweb.asm.tree.LdcInsnNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/objectweb/asm/tree/LdcInsnNode;
            0    1     1  clonedLabels  Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
    Signature: (Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;)Lorg/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
              Name  Flags
      clonedLabels  final
}
SourceFile: "LdcInsnNode.java"