SymbolSolverCollectionStrategy

CollectionStrategy which collects all SourceRoots and initialises the TypeSolver and returns the SourceRoots configured with the TypeSolver in a ProjectRoot object.

Constructors

Link copied to clipboard
constructor()
constructor(parserConfiguration: ParserConfiguration)

Properties

Functions

Link copied to clipboard
open fun collect(path: Path): ProjectRoot
Link copied to clipboard
Link copied to clipboard
open fun getPathMatcher(pattern: String): PathMatcher
Link copied to clipboard
open fun getRoot(file: Path): Optional<Path>