Class SymbolSolverCollectionStrategy
java.lang.Object
com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
- All Implemented Interfaces:
CollectionStrategy
CollectionStrategy which collects all SourceRoots and initialises the TypeSolver and
returns the SourceRoots configured with the TypeSolver in a ProjectRoot object.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ParserConfigurationprivate final CombinedTypeSolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CollectionStrategy
getPathMatcher, getRoot
-
Field Details
-
parserConfiguration
-
typeSolver
-
-
Constructor Details
-
SymbolSolverCollectionStrategy
public SymbolSolverCollectionStrategy() -
SymbolSolverCollectionStrategy
-
-
Method Details
-
getParserConfiguration
- Specified by:
getParserConfigurationin interfaceCollectionStrategy
-
collect
- Specified by:
collectin interfaceCollectionStrategy
-