public class org.objectweb.asm.tree.LineNumberNode 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.LineNumberNode
  super_class: org.objectweb.asm.tree.AbstractInsnNode
{
  public int line;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public org.objectweb.asm.tree.LabelNode start;
    descriptor: Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, org.objectweb.asm.tree.LabelNode);
    descriptor: (ILorg/objectweb/asm/tree/LabelNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.LineNumberNode this
        start local 1 // int line
        start local 2 // org.objectweb.asm.tree.LabelNode start
         0: .line 65
            aload 0 /* this */
            iconst_m1
            invokespecial org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
         1: .line 66
            aload 0 /* this */
            iload 1 /* line */
            putfield org.objectweb.asm.tree.LineNumberNode.line:I
         2: .line 67
            aload 0 /* this */
            aload 2 /* start */
            putfield org.objectweb.asm.tree.LineNumberNode.start:Lorg/objectweb/asm/tree/LabelNode;
         3: .line 68
            return
        end local 2 // org.objectweb.asm.tree.LabelNode start
        end local 1 // int line
        end local 0 // org.objectweb.asm.tree.LineNumberNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/objectweb/asm/tree/LineNumberNode;
            0    4     1   line  I
            0    4     2  start  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
       Name  Flags
      line   final
      start  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.LineNumberNode this
         0: .line 72
            bipush 15
            ireturn
        end local 0 // org.objectweb.asm.tree.LineNumberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/LineNumberNode;

  public void accept(org.objectweb.asm.MethodVisitor);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LineNumberNode this
        start local 1 // org.objectweb.asm.MethodVisitor mv
         0: .line 77
            aload 1 /* mv */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LineNumberNode.line:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LineNumberNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.LabelNode.getLabel:()Lorg/objectweb/asm/Label;
            invokevirtual org.objectweb.asm.MethodVisitor.visitLineNumber:(ILorg/objectweb/asm/Label;)V
         1: .line 78
            return
        end local 1 // org.objectweb.asm.MethodVisitor mv
        end local 0 // org.objectweb.asm.tree.LineNumberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/LineNumberNode;
            0    2     1    mv  Lorg/objectweb/asm/MethodVisitor;
    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=5, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.LineNumberNode this
        start local 1 // java.util.Map labels
         0: .line 82
            new org.objectweb.asm.tree.LineNumberNode
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LineNumberNode.line:I
            aload 0 /* this */
            getfield org.objectweb.asm.tree.LineNumberNode.start:Lorg/objectweb/asm/tree/LabelNode;
            aload 1 /* labels */
            invokestatic org.objectweb.asm.tree.LineNumberNode.clone:(Lorg/objectweb/asm/tree/LabelNode;Ljava/util/Map;)Lorg/objectweb/asm/tree/LabelNode;
            invokespecial org.objectweb.asm.tree.LineNumberNode.<init>:(ILorg/objectweb/asm/tree/LabelNode;)V
            areturn
        end local 1 // java.util.Map labels
        end local 0 // org.objectweb.asm.tree.LineNumberNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/objectweb/asm/tree/LineNumberNode;
            0    1     1  labels  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
      labels  final
}
SourceFile: "LineNumberNode.java"