public class com.sun.tools.javac.parser.ReferenceParser$Reference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.parser.ReferenceParser$Reference
  super_class: java.lang.Object
{
  public final com.sun.tools.javac.tree.JCTree qualExpr;
    descriptor: Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.tools.javac.util.Name member;
    descriptor: Lcom/sun/tools/javac/util/Name;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree> paramTypes;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;

  void <init>(com.sun.tools.javac.tree.JCTree, com.sun.tools.javac.util.Name, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree>);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.parser.ReferenceParser$Reference this
        start local 1 // com.sun.tools.javac.tree.JCTree qualExpr
        start local 2 // com.sun.tools.javac.util.Name member
        start local 3 // com.sun.tools.javac.util.List paramTypes
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* qualExpr */
            putfield com.sun.tools.javac.parser.ReferenceParser$Reference.qualExpr:Lcom/sun/tools/javac/tree/JCTree;
         2: .line 59
            aload 0 /* this */
            aload 2 /* member */
            putfield com.sun.tools.javac.parser.ReferenceParser$Reference.member:Lcom/sun/tools/javac/util/Name;
         3: .line 60
            aload 0 /* this */
            aload 3 /* paramTypes */
            putfield com.sun.tools.javac.parser.ReferenceParser$Reference.paramTypes:Lcom/sun/tools/javac/util/List;
         4: .line 61
            return
        end local 3 // com.sun.tools.javac.util.List paramTypes
        end local 2 // com.sun.tools.javac.util.Name member
        end local 1 // com.sun.tools.javac.tree.JCTree qualExpr
        end local 0 // com.sun.tools.javac.parser.ReferenceParser$Reference this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/javac/parser/ReferenceParser$Reference;
            0    5     1    qualExpr  Lcom/sun/tools/javac/tree/JCTree;
            0    5     2      member  Lcom/sun/tools/javac/util/Name;
            0    5     3  paramTypes  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;
    Signature: (Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/JCTree;>;)V
    MethodParameters:
            Name  Flags
      qualExpr    
      member      
      paramTypes  
}
SourceFile: "ReferenceParser.java"
NestHost: com.sun.tools.javac.parser.ReferenceParser
InnerClasses:
  public Reference = com.sun.tools.javac.parser.ReferenceParser$Reference of com.sun.tools.javac.parser.ReferenceParser