Callback

An interface to define a callback for each file that's parsed.

Functions

Link copied to clipboard
abstract fun process(relativeZipEntryPath: Path, result: ParseResult<CompilationUnit>)
Process the given parse result.