class com.sun.tools.javac.tree.TreeInfo$1Result extends java.lang.Error
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.tree.TreeInfo$1Result
  super_class: java.lang.Error
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -5942088234594905625

  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;>;

  void <init>(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1Result this
        start local 1 // com.sun.tools.javac.util.List path
         0: .line 705
            aload 0 /* this */
            invokespecial java.lang.Error.<init>:()V
         1: .line 706
            aload 0 /* this */
            aload 1 /* path */
            putfield com.sun.tools.javac.tree.TreeInfo$1Result.path:Lcom/sun/tools/javac/util/List;
         2: .line 707
            return
        end local 1 // com.sun.tools.javac.util.List path
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1Result this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1Result;
            0    3     1  path  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;)V
    MethodParameters:
      Name  Flags
      path  
}
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
  Result = com.sun.tools.javac.tree.TreeInfo$1Result