class jdk.internal.jshell.tool.JShellTool$1 implements jdk.jshell.SourceCodeAnalysis$Suggestion
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.jshell.tool.JShellTool$1
super_class: java.lang.Object
{
private final jdk.jshell.SourceCodeAnalysis$Suggestion val$sug;
descriptor: Ljdk/jshell/SourceCodeAnalysis$Suggestion;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.jshell.SourceCodeAnalysis$Suggestion);
descriptor: (Ljdk/jshell/SourceCodeAnalysis$Suggestion;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // jdk.internal.jshell.tool.JShellTool$1 this
0: .line 1654
aload 0 /* this */
aload 1
putfield jdk.internal.jshell.tool.JShellTool$1.val$sug:Ljdk/jshell/SourceCodeAnalysis$Suggestion;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // jdk.internal.jshell.tool.JShellTool$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jshell/tool/JShellTool$1;
MethodParameters:
Name Flags
val$sug final
public java.lang.String continuation();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // jdk.internal.jshell.tool.JShellTool$1 this
0: .line 1657
new java.lang.StringBuilder
dup
ldc "-"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
getfield jdk.internal.jshell.tool.JShellTool$1.val$sug:Ljdk/jshell/SourceCodeAnalysis$Suggestion;
invokeinterface jdk.jshell.SourceCodeAnalysis$Suggestion.continuation:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 // jdk.internal.jshell.tool.JShellTool$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jshell/tool/JShellTool$1;
public boolean matchesType();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.internal.jshell.tool.JShellTool$1 this
0: .line 1662
iconst_0
ireturn
end local 0 // jdk.internal.jshell.tool.JShellTool$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jshell/tool/JShellTool$1;
}
SourceFile: "JShellTool.java"
EnclosingMethod: jdk.internal.jshell.tool.JShellTool.lambda$68:(Ljdk/jshell/SourceCodeAnalysis$Suggestion;)Ljdk/internal/jshell/tool/JShellTool$1;
NestHost: jdk.internal.jshell.tool.JShellTool
InnerClasses:
jdk.internal.jshell.tool.JShellTool$1
public abstract Suggestion = jdk.jshell.SourceCodeAnalysis$Suggestion of jdk.jshell.SourceCodeAnalysis