Uses of Interface
com.github.javaparser.utils.CollectionStrategy
-
Packages that use CollectionStrategy Package Description com.github.javaparser.symbolsolver.utils com.github.javaparser.utils -
-
Uses of CollectionStrategy in com.github.javaparser.symbolsolver.utils
Classes in com.github.javaparser.symbolsolver.utils that implement CollectionStrategy Modifier and Type Class Description class
SymbolSolverCollectionStrategy
CollectionStrategy
which collects all SourceRoots and initialises the TypeSolver and returns the SourceRoots configured with the TypeSolver in a ProjectRoot object. -
Uses of CollectionStrategy in com.github.javaparser.utils
Classes in com.github.javaparser.utils that implement CollectionStrategy Modifier and Type Class Description class
ParserCollectionStrategy
A brute forceCollectionStrategy
for discovering a project structure.
-