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

  public int incr;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
        start local 1 // int var
        start local 2 // int incr
         0: .line 92
            aload 0 /* this */
            sipush 132
            invokespecial jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.<init>:(I)V
         1: .line 93
            aload 0 /* this */
            iload 1 /* var */
            putfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.var:I
         2: .line 94
            aload 0 /* this */
            iload 2 /* incr */
            putfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.incr:I
         3: .line 95
            return
        end local 2 // int incr
        end local 1 // int var
        end local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/objectweb/asm/tree/IincInsnNode;
            0    4     1   var  I
            0    4     2  incr  I
    MethodParameters:
      Name  Flags
      var   final
      incr  final

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
         0: .line 99
            bipush 10
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/IincInsnNode;

  public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
         0: .line 104
            aload 1 /* mv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.var:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.incr:I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
         1: .line 105
            aload 0 /* this */
            aload 1 /* mv */
            invokevirtual jdk.internal.org.objectweb.asm.tree.IincInsnNode.acceptAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
         2: .line 106
            return
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/IincInsnNode;
            0    3     1    mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
    MethodParameters:
      Name  Flags
      mv    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=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
        start local 1 // java.util.Map labels
         0: .line 110
            new jdk.internal.org.objectweb.asm.tree.IincInsnNode
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.var:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.IincInsnNode.incr:I
            invokespecial jdk.internal.org.objectweb.asm.tree.IincInsnNode.<init>:(II)V
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.tree.IincInsnNode.cloneAnnotations:(Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 1 // java.util.Map labels
        end local 0 // jdk.internal.org.objectweb.asm.tree.IincInsnNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/internal/org/objectweb/asm/tree/IincInsnNode;
            0    1     1  labels  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
      labels  final
}
SourceFile: "IincInsnNode.java"