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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.parser.ReferenceParser$Reference.qualExpr:Lcom/sun/tools/javac/tree/JCTree;
2: aload 0
aload 2
putfield com.sun.tools.javac.parser.ReferenceParser$Reference.member:Lcom/sun/tools/javac/util/Name;
3: aload 0
aload 3
putfield com.sun.tools.javac.parser.ReferenceParser$Reference.paramTypes:Lcom/sun/tools/javac/util/List;
4: return
end local 3 end local 2 end local 1 end local 0 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