class org.graalvm.compiler.graph.NodeUsageWithModCountIterator extends org.graalvm.compiler.graph.NodeUsageIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.graph.NodeUsageWithModCountIterator
  super_class: org.graalvm.compiler.graph.NodeUsageIterator
{
  private final int expectedModCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/graph/Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
        start local 1 // org.graalvm.compiler.graph.Node n
         0: .line 32
            aload 0 /* this */
            aload 1 /* n */
            invokespecial org.graalvm.compiler.graph.NodeUsageIterator.<init>:(Lorg/graalvm/compiler/graph/Node;)V
         1: .line 35
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.usageModCount:()I
            putfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.expectedModCount:I
         2: .line 33
            return
        end local 1 // org.graalvm.compiler.graph.Node n
        end local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/graph/NodeUsageWithModCountIterator;
            0    3     1     n  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
      Name  Flags
      n     

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
         0: .line 39
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.expectedModCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.usageModCount:()I
            if_icmpeq 2
         1: .line 40
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.NodeUsageIterator.hasNext:()Z
            ireturn
        end local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/graph/NodeUsageWithModCountIterator;

  public org.graalvm.compiler.graph.Node next();
    descriptor: ()Lorg/graalvm/compiler/graph/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
         0: .line 47
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.expectedModCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeUsageWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.usageModCount:()I
            if_icmpeq 2
         1: .line 48
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.NodeUsageIterator.next:()Lorg/graalvm/compiler/graph/Node;
            areturn
        end local 0 // org.graalvm.compiler.graph.NodeUsageWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/graph/NodeUsageWithModCountIterator;
}
SourceFile: "NodeUsageWithModCountIterator.java"