process

abstract fun process(localPath: Path, absolutePath: Path, result: ParseResult<CompilationUnit>): SourceRoot.Callback.Result(source)

Parameters

localPath

the path to the file that was parsed, relative to the source root path.

absolutePath

the absolute path to the file that was parsed.

result

the result of parsing the file.