parse
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
Return
A list of path-compilation unit pairs.
Throws
If an error occurs while trying to parse the given source.
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
A list of path-compilation unit pairs.
If an error occurs while trying to parse the given source.