class com.sun.tools.javac.tree.TreeInfo$1PathFinder extends com.sun.tools.javac.tree.TreeScanner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.tree.TreeInfo$1PathFinder
  super_class: com.sun.tools.javac.tree.TreeScanner
{
  com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree> path;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;

  private final com.sun.tools.javac.tree.JCTree val$node;
    descriptor: Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1PathFinder this
         0: .line 709
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.val$node:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.tree.TreeScanner.<init>:()V
         1: .line 710
            aload 0 /* this */
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
         2: .line 709
            return
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1PathFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1PathFinder;
    MethodParameters:
          Name  Flags
      val$node  final

  public void scan(com.sun.tools.javac.tree.JCTree);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1PathFinder this
        start local 1 // com.sun.tools.javac.tree.JCTree tree
         0: .line 712
            aload 1 /* tree */
            ifnull 6
         1: .line 713
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
            aload 1 /* tree */
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
         2: .line 714
            aload 1 /* tree */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.val$node:Lcom/sun/tools/javac/tree/JCTree;
            if_acmpne 4
         3: .line 715
            new com.sun.tools.javac.tree.TreeInfo$1Result
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
            invokespecial com.sun.tools.javac.tree.TreeInfo$1Result.<init>:(Lcom/sun/tools/javac/util/List;)V
            athrow
         4: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tree */
            invokespecial com.sun.tools.javac.tree.TreeScanner.scan:(Lcom/sun/tools/javac/tree/JCTree;)V
         5: .line 717
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            putfield com.sun.tools.javac.tree.TreeInfo$1PathFinder.path:Lcom/sun/tools/javac/util/List;
         6: .line 719
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.tree.JCTree tree
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1PathFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1PathFinder;
            0    7     1  tree  Lcom/sun/tools/javac/tree/JCTree;
    MethodParameters:
      Name  Flags
      tree  
}
SourceFile: "TreeInfo.java"
EnclosingMethod: com.sun.tools.javac.tree.TreeInfo.pathFor:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;)Lcom/sun/tools/javac/util/List;
NestHost: com.sun.tools.javac.tree.TreeInfo
InnerClasses:
  public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree
  PathFinder = com.sun.tools.javac.tree.TreeInfo$1PathFinder
  Result = com.sun.tools.javac.tree.TreeInfo$1Result