public abstract class jdk.internal.jshell.tool.ConsoleIOContextTestSupport
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: jdk.internal.jshell.tool.ConsoleIOContextTestSupport
super_class: java.lang.Object
{
public static jdk.internal.jshell.tool.ConsoleIOContextTestSupport IMPL;
descriptor: Ljdk/internal/jshell/tool/ConsoleIOContextTestSupport;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jshell/tool/ConsoleIOContextTestSupport;
public static void willComputeCompletion();
descriptor: ()V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic jdk.internal.jshell.tool.ConsoleIOContextTestSupport.IMPL:Ljdk/internal/jshell/tool/ConsoleIOContextTestSupport;
ifnull 2
1: getstatic jdk.internal.jshell.tool.ConsoleIOContextTestSupport.IMPL:Ljdk/internal/jshell/tool/ConsoleIOContextTestSupport;
invokevirtual jdk.internal.jshell.tool.ConsoleIOContextTestSupport.willComputeCompletionCallback:()V
2: StackMap locals:
StackMap stack:
return
LocalVariableTable:
Start End Slot Name Signature
protected abstract void willComputeCompletionCallback();
descriptor: ()V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
}
SourceFile: "ConsoleIOContextTestSupport.java"