final class org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator extends org.graalvm.compiler.graph.Edges$EdgesIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator
  super_class: org.graalvm.compiler.graph.Edges$EdgesIterator
{
  private final int modCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 347
            ldc Lorg/graalvm/compiler/graph/Edges;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.graalvm.compiler.graph.Node, org.graalvm.compiler.graph.Edges);
    descriptor: (Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
        start local 1 // org.graalvm.compiler.graph.Node node
        start local 2 // org.graalvm.compiler.graph.Edges edges
         0: .line 351
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* edges */
            invokespecial org.graalvm.compiler.graph.Edges$EdgesIterator.<init>:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;)V
         1: .line 352
            getstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            invokestatic org.graalvm.compiler.graph.Graph.isModificationCountsEnabled:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 353
      StackMap locals: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator org.graalvm.compiler.graph.Node org.graalvm.compiler.graph.Edges
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            putfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.modCount:I
         3: .line 354
            return
        end local 2 // org.graalvm.compiler.graph.Edges edges
        end local 1 // org.graalvm.compiler.graph.Node node
        end local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/compiler/graph/Edges$EdgesWithModCountIterator;
            0    4     1   node  Lorg/graalvm/compiler/graph/Node;
            0    4     2  edges  Lorg/graalvm/compiler/graph/Edges;
    MethodParameters:
       Name  Flags
      node   
      edges  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
         0: .line 359
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.Edges$EdgesIterator.hasNext:()Z
            istore 2
         1: .line 361
            getstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            ldc "must not be modified"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 359
      StackMap locals: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator top int
      StackMap stack:
            iload 2
            ireturn
         3: .line 360
      StackMap locals: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 361
            getstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            ldc "must not be modified"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 362
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
        end local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/graph/Edges$EdgesWithModCountIterator;
      Exception table:
        from    to  target  type
           0     1       3  any

  public org.graalvm.compiler.graph.Position next();
    descriptor: ()Lorg/graalvm/compiler/graph/Position;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
         0: .line 368
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.Edges$EdgesIterator.next:()Lorg/graalvm/compiler/graph/Position;
            astore 2
         1: .line 370
            getstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            ldc "must not be modified"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 368
      StackMap locals: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator top org.graalvm.compiler.graph.Position
      StackMap stack:
            aload 2
            areturn
         3: .line 369
      StackMap locals: org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 370
            getstatic org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            ldc "must not be modified"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 371
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
        end local 0 // org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/graph/Edges$EdgesWithModCountIterator;
      Exception table:
        from    to  target  type
           0     1       3  any
}
SourceFile: "Edges.java"
NestHost: org.graalvm.compiler.graph.Edges
InnerClasses:
  private EdgesIterator = org.graalvm.compiler.graph.Edges$EdgesIterator of org.graalvm.compiler.graph.Edges
  private final EdgesWithModCountIterator = org.graalvm.compiler.graph.Edges$EdgesWithModCountIterator of org.graalvm.compiler.graph.Edges