final class org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator extends org.graalvm.compiler.graph.NodeClass$RawEdgesIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator
  super_class: org.graalvm.compiler.graph.NodeClass$RawEdgesIterator
{
  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 1089
            ldc Lorg/graalvm/compiler/graph/NodeClass;
            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.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.graalvm.compiler.graph.Node, long);
    descriptor: (Lorg/graalvm/compiler/graph/Node;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
        start local 1 // org.graalvm.compiler.graph.Node node
        start local 2 // long mask
         0: .line 1093
            aload 0 /* this */
            aload 1 /* node */
            lload 2 /* mask */
            invokespecial org.graalvm.compiler.graph.NodeClass$RawEdgesIterator.<init>:(Lorg/graalvm/compiler/graph/Node;J)V
         1: .line 1094
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$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 1095
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator org.graalvm.compiler.graph.Node long
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            putfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
         3: .line 1096
            return
        end local 2 // long mask
        end local 1 // org.graalvm.compiler.graph.Node node
        end local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/graph/NodeClass$RawEdgesWithModCountIterator;
            0    4     1  node  Lorg/graalvm/compiler/graph/Node;
            0    4     2  mask  J
    MethodParameters:
      Name  Flags
      node  
      mask  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
         0: .line 1101
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.NodeClass$RawEdgesIterator.hasNext:()Z
            istore 2
         1: .line 1103
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.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 1101
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator top int
      StackMap stack:
            iload 2
            ireturn
         3: .line 1102
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 1103
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.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 1104
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
        end local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/graph/NodeClass$RawEdgesWithModCountIterator;
      Exception table:
        from    to  target  type
           0     1       3  any

  public org.graalvm.compiler.graph.Node next();
    descriptor: ()Lorg/graalvm/compiler/graph/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
         0: .line 1110
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.NodeClass$RawEdgesIterator.next:()Lorg/graalvm/compiler/graph/Node;
            astore 2
         1: .line 1112
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.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 1110
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator top org.graalvm.compiler.graph.Node
      StackMap stack:
            aload 2
            areturn
         3: .line 1111
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 1112
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.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 1113
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
        end local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/graph/NodeClass$RawEdgesWithModCountIterator;
      Exception table:
        from    to  target  type
           0     1       3  any

  public org.graalvm.compiler.graph.Position nextPosition();
    descriptor: ()Lorg/graalvm/compiler/graph/Position;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
         0: .line 1119
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.NodeClass$RawEdgesIterator.nextPosition:()Lorg/graalvm/compiler/graph/Position;
            astore 2
         1: .line 1121
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1119
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator top org.graalvm.compiler.graph.Position
      StackMap stack:
            aload 2
            areturn
         3: .line 1120
      StackMap locals: org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 1121
            getstatic org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.modCount:I
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator.node:Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.modCount:()I
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 1122
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
        end local 0 // org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/graph/NodeClass$RawEdgesWithModCountIterator;
      Exception table:
        from    to  target  type
           0     1       3  any
}
SourceFile: "NodeClass.java"
NestHost: org.graalvm.compiler.graph.NodeClass
InnerClasses:
  private RawEdgesIterator = org.graalvm.compiler.graph.NodeClass$RawEdgesIterator of org.graalvm.compiler.graph.NodeClass
  private final RawEdgesWithModCountIterator = org.graalvm.compiler.graph.NodeClass$RawEdgesWithModCountIterator of org.graalvm.compiler.graph.NodeClass