@FunctionalInterface public static interface SourceRoot.Callback
| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceRoot.Callback.Result |
| Modifier and Type | Method and Description |
|---|---|
SourceRoot.Callback.Result |
process(Path localPath,
Path absolutePath,
ParseResult<CompilationUnit> result) |
SourceRoot.Callback.Result process(Path localPath, Path absolutePath, ParseResult<CompilationUnit> result)
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.Copyright © 2007–2024. All rights reserved.