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 classSymbolSolverCollectionStrategyCollectionStrategywhich 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 classParserCollectionStrategyA brute forceCollectionStrategyfor discovering a project structure.
-