class jdk.jshell.ReplParser$1ReplUnit extends com.sun.tools.javac.tree.JCTree$JCCompilationUnit
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.jshell.ReplParser$1ReplUnit
super_class: com.sun.tools.javac.tree.JCTree$JCCompilationUnit
{
final jdk.jshell.ReplParser this$0;
descriptor: Ljdk/jshell/ReplParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree>);
descriptor: (Ljdk/jshell/ReplParser;Lcom/sun/tools/javac/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield jdk.jshell.ReplParser$1ReplUnit.this$0:Ljdk/jshell/ReplParser;
1: aload 0
aload 2
invokespecial com.sun.tools.javac.tree.JCTree$JCCompilationUnit.<init>:(Lcom/sun/tools/javac/util/List;)V
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/jshell/ReplParser$1ReplUnit;
0 3 2 defs 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
this$0 final
defs
}
SourceFile: "ReplParser.java"
EnclosingMethod: jdk.jshell.ReplParser.parseCompilationUnit:()Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
NestHost: jdk.jshell.ReplParser
InnerClasses:
public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree
ReplUnit = jdk.jshell.ReplParser$1ReplUnit