abstract class com.sun.tools.javac.comp.Infer$LeafSolver implements com.sun.tools.javac.comp.Infer$GraphStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.javac.comp.Infer$LeafSolver
  super_class: java.lang.Object
{
  final com.sun.tools.javac.comp.Infer this$0;
    descriptor: Lcom/sun/tools/javac/comp/Infer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Infer);
    descriptor: (Lcom/sun/tools/javac/comp/Infer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Infer$LeafSolver this
         0: .line 1344
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Infer$LeafSolver.this$0:Lcom/sun/tools/javac/comp/Infer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.comp.Infer$LeafSolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Infer$LeafSolver;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph$Node pickNode(com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph);
    descriptor: (Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;)Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph$Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Infer$LeafSolver this
        start local 1 // com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph g
         0: .line 1346
            aload 1 /* g */
            getfield com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph.nodes:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 2
         1: .line 1348
            new com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException
            dup
            aload 1 /* g */
            invokespecial com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException.<init>:(Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;)V
            athrow
         2: .line 1350
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            getfield com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph.nodes:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph$Node
            areturn
        end local 1 // com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph g
        end local 0 // com.sun.tools.javac.comp.Infer$LeafSolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Infer$LeafSolver;
            0    3     1     g  Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;
    MethodParameters:
      Name  Flags
      g     
}
SourceFile: "Infer.java"
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
  GraphSolver = com.sun.tools.javac.comp.Infer$GraphSolver of com.sun.tools.javac.comp.Infer
  InferenceGraph = com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph of com.sun.tools.javac.comp.Infer$GraphSolver
  Node = com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph$Node of com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph
  abstract GraphStrategy = com.sun.tools.javac.comp.Infer$GraphStrategy of com.sun.tools.javac.comp.Infer
  public NodeNotFoundException = com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException of com.sun.tools.javac.comp.Infer$GraphStrategy
  abstract LeafSolver = com.sun.tools.javac.comp.Infer$LeafSolver of com.sun.tools.javac.comp.Infer