public interface org.eclipse.jdt.internal.launching.sourcelookup.advanced.IRunnableWithProgress
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.jdt.internal.launching.sourcelookup.advanced.IRunnableWithProgress
super_class: java.lang.Object
{
public abstract void run(org.eclipse.core.runtime.IProgressMonitor);
descriptor: (Lorg/eclipse/core/runtime/IProgressMonitor;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.eclipse.core.runtime.CoreException
MethodParameters:
Name Flags
monitor
}
SourceFile: "IRunnableWithProgress.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()