public class net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList extends net.bytebuddy.matcher.FilterableList$AbstractBase<net.bytebuddy.dynamic.scaffold.MethodGraph$Node, net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList
  super_class: net.bytebuddy.matcher.FilterableList$AbstractBase
{
  private final java.util.List<? extends net.bytebuddy.dynamic.scaffold.MethodGraph$Node> nodes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;>;

  public void <init>(java.util.List<? extends net.bytebuddy.dynamic.scaffold.MethodGraph$Node>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
        start local 1 // java.util.List nodes
         0: .line 1744
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.FilterableList$AbstractBase.<init>:()V
         1: .line 1745
            aload 0 /* this */
            aload 1 /* nodes */
            putfield net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.nodes:Ljava/util/List;
         2: .line 1746
            return
        end local 1 // java.util.List nodes
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            0    3     1  nodes  Ljava/util/List<+Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;>;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;>;)V
    MethodParameters:
       Name  Flags
      nodes  

  public net.bytebuddy.dynamic.scaffold.MethodGraph$Node get(int);
    descriptor: (I)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
        start local 1 // int index
         0: .line 1752
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.nodes:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.dynamic.scaffold.MethodGraph$Node
            areturn
        end local 1 // int index
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
         0: .line 1759
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.nodes:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;

  protected net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList wrap(java.util.List<net.bytebuddy.dynamic.scaffold.MethodGraph$Node>);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
        start local 1 // java.util.List values
         0: .line 1764
            new net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList
            dup
            aload 1 /* values */
            invokespecial net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.<init>:(Ljava/util/List;)V
            areturn
        end local 1 // java.util.List values
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            0    1     1  values  Ljava/util/List<Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;>;
    Signature: (Ljava/util/List<Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;>;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
    MethodParameters:
        Name  Flags
      values  

  public net.bytebuddy.description.method.MethodList<?> asMethodList();
    descriptor: ()Lnet/bytebuddy/description/method/MethodList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
         0: .line 1773
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* methodDescriptions */
        start local 1 // java.util.List methodDescriptions
         1: .line 1774
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.nodes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.dynamic.scaffold.MethodGraph$Node
            astore 2 /* node */
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Node node
         3: .line 1775
            aload 1 /* methodDescriptions */
            aload 2 /* node */
            invokeinterface net.bytebuddy.dynamic.scaffold.MethodGraph$Node.getRepresentative:()Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Node node
         4: .line 1774
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1777
            new net.bytebuddy.description.method.MethodList$Explicit
            dup
            aload 1 /* methodDescriptions */
            invokespecial net.bytebuddy.description.method.MethodList$Explicit.<init>:(Ljava/util/List;)V
            areturn
        end local 1 // java.util.List methodDescriptions
        end local 0 // net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            1    6     1  methodDescriptions  Ljava/util/List<Lnet/bytebuddy/description/method/MethodDescription;>;
            3    4     2                node  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;
    Signature: ()Lnet/bytebuddy/description/method/MethodList<*>;

  protected net.bytebuddy.matcher.FilterableList wrap(java.util.List);
    descriptor: (Ljava/util/List;)Lnet/bytebuddy/matcher/FilterableList;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.wrap:(Ljava/util/List;)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList.get:(I)Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/matcher/FilterableList$AbstractBase<Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Node;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$NodeList;>;
SourceFile: "MethodGraph.java"
NestHost: net.bytebuddy.dynamic.scaffold.MethodGraph
InnerClasses:
  public Explicit = net.bytebuddy.description.method.MethodList$Explicit of net.bytebuddy.description.method.MethodList
  public abstract Node = net.bytebuddy.dynamic.scaffold.MethodGraph$Node of net.bytebuddy.dynamic.scaffold.MethodGraph
  public NodeList = net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract AbstractBase = net.bytebuddy.matcher.FilterableList$AbstractBase of net.bytebuddy.matcher.FilterableList