JavaFrontend.JClasspath
type file_entry =
| Singleton of IBase.SourceFile.t
| Duplicate of (string list * IBase.SourceFile.t) list
map entry for source files with potential basename collision within the same compiler call
type t = {
classpath_channel : Javalib_pack.Javalib.class_path;
sources : file_entry IStdlib.IStd.String.Map.t;
classes : Javalib_pack.JBasics.ClassSet.t;
}