public interface org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter
  super_class: java.lang.Object
{
  public abstract void invalidClasspathSection(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      jarFilePath  

  public abstract void multipleClasspathSections(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      jarFilePath  
}
SourceFile: "FileSystem.java"
NestHost: org.eclipse.jdt.internal.compiler.batch.FileSystem
InnerClasses:
  public abstract ClasspathSectionProblemReporter = org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathSectionProblemReporter of org.eclipse.jdt.internal.compiler.batch.FileSystem