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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.utils.CollectionStrategy
getPathMatcher, getRoot
-
Constructor Details
-
SymbolSolverCollectionStrategy
public SymbolSolverCollectionStrategy() -
SymbolSolverCollectionStrategy
-
-
Method Details
-
getParserConfiguration
- Specified by:
getParserConfigurationin interfaceCollectionStrategy
-
collect
- Specified by:
collectin interfaceCollectionStrategy
-