public final class org.graalvm.compiler.graph.NodeSuccessorList<T extends org.graalvm.compiler.graph.Node> extends org.graalvm.compiler.graph.NodeList<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.graph.NodeSuccessorList
  super_class: org.graalvm.compiler.graph.NodeList
{
  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 33
            ldc Lorg/graalvm/compiler/graph/NodeSuccessorList;
            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.NodeSuccessorList.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.graph.Node, int);
    descriptor: (Lorg/graalvm/compiler/graph/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
        start local 1 // org.graalvm.compiler.graph.Node self
        start local 2 // int initialSize
         0: .line 36
            aload 0 /* this */
            aload 1 /* self */
            iload 2 /* initialSize */
            invokespecial org.graalvm.compiler.graph.NodeList.<init>:(Lorg/graalvm/compiler/graph/Node;I)V
         1: .line 37
            return
        end local 2 // int initialSize
        end local 1 // org.graalvm.compiler.graph.Node self
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
            0    2     1         self  Lorg/graalvm/compiler/graph/Node;
            0    2     2  initialSize  I
    MethodParameters:
             Name  Flags
      self         
      initialSize  

  protected void <init>(org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/graph/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
        start local 1 // org.graalvm.compiler.graph.Node self
         0: .line 40
            aload 0 /* this */
            aload 1 /* self */
            invokespecial org.graalvm.compiler.graph.NodeList.<init>:(Lorg/graalvm/compiler/graph/Node;)V
         1: .line 41
            return
        end local 1 // org.graalvm.compiler.graph.Node self
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
            0    2     1  self  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
      Name  Flags
      self  

  public void <init>(org.graalvm.compiler.graph.Node, );
    descriptor: (Lorg/graalvm/compiler/graph/Node;[Lorg/graalvm/compiler/graph/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
        start local 1 // org.graalvm.compiler.graph.Node self
        start local 2 // org.graalvm.compiler.graph.Node[] elements
         0: .line 44
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* elements */
            invokespecial org.graalvm.compiler.graph.NodeList.<init>:(Lorg/graalvm/compiler/graph/Node;[Lorg/graalvm/compiler/graph/Node;)V
         1: .line 45
            getstatic org.graalvm.compiler.graph.NodeSuccessorList.$assertionsDisabled:Z
            ifne 2
            aload 1 /* self */
            invokevirtual org.graalvm.compiler.graph.Node.hasNoUsages:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 46
      StackMap locals: org.graalvm.compiler.graph.NodeSuccessorList org.graalvm.compiler.graph.Node org.graalvm.compiler.graph.Node[]
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.graph.Node[] elements
        end local 1 // org.graalvm.compiler.graph.Node self
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
            0    3     1      self  Lorg/graalvm/compiler/graph/Node;
            0    3     2  elements  [Lorg/graalvm/compiler/graph/Node;
    Signature: (Lorg/graalvm/compiler/graph/Node;[TT;)V
    MethodParameters:
          Name  Flags
      self      
      elements  

  public void <init>(org.graalvm.compiler.graph.Node, java.util.List<? extends T>);
    descriptor: (Lorg/graalvm/compiler/graph/Node;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
        start local 1 // org.graalvm.compiler.graph.Node self
        start local 2 // java.util.List elements
         0: .line 49
            aload 0 /* this */
            aload 1 /* self */
            aload 2 /* elements */
            invokespecial org.graalvm.compiler.graph.NodeList.<init>:(Lorg/graalvm/compiler/graph/Node;Ljava/util/List;)V
         1: .line 50
            getstatic org.graalvm.compiler.graph.NodeSuccessorList.$assertionsDisabled:Z
            ifne 2
            aload 1 /* self */
            invokevirtual org.graalvm.compiler.graph.Node.hasNoUsages:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 51
      StackMap locals: org.graalvm.compiler.graph.NodeSuccessorList org.graalvm.compiler.graph.Node java.util.List
      StackMap stack:
            return
        end local 2 // java.util.List elements
        end local 1 // org.graalvm.compiler.graph.Node self
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
            0    3     1      self  Lorg/graalvm/compiler/graph/Node;
            0    3     2  elements  Ljava/util/List<+TT;>;
    Signature: (Lorg/graalvm/compiler/graph/Node;Ljava/util/List<+TT;>;)V
    MethodParameters:
          Name  Flags
      self      
      elements  

  protected void update(T, );
    descriptor: (Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
        start local 1 // org.graalvm.compiler.graph.Node oldNode
        start local 2 // org.graalvm.compiler.graph.Node newNode
         0: .line 55
            aload 0 /* this */
            getfield org.graalvm.compiler.graph.NodeSuccessorList.self:Lorg/graalvm/compiler/graph/Node;
            aload 1 /* oldNode */
            aload 2 /* newNode */
            invokevirtual org.graalvm.compiler.graph.Node.updatePredecessor:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
         1: .line 56
            return
        end local 2 // org.graalvm.compiler.graph.Node newNode
        end local 1 // org.graalvm.compiler.graph.Node oldNode
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
            0    2     1  oldNode  TT;
            0    2     2  newNode  TT;
    Signature: (TT;TT;)V
    MethodParameters:
         Name  Flags
      oldNode  
      newNode  

  public org.graalvm.compiler.graph.Edges$Type getEdgesType();
    descriptor: ()Lorg/graalvm/compiler/graph/Edges$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
         0: .line 60
            getstatic org.graalvm.compiler.graph.Edges$Type.Successors:Lorg/graalvm/compiler/graph/Edges$Type;
            areturn
        end local 0 // org.graalvm.compiler.graph.NodeSuccessorList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/NodeSuccessorList<TT;>;
}
Signature: <T:Lorg/graalvm/compiler/graph/Node;>Lorg/graalvm/compiler/graph/NodeList<TT;>;
SourceFile: "NodeSuccessorList.java"
InnerClasses:
  public final Type = org.graalvm.compiler.graph.Edges$Type of org.graalvm.compiler.graph.Edges