Class SymbolSolverCollectionStrategy
java.lang.Object
com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
- All Implemented Interfaces:
com.github.javaparser.utils.CollectionStrategy
public class SymbolSolverCollectionStrategy
extends Object
implements com.github.javaparser.utils.CollectionStrategy
CollectionStrategy which collects all SourceRoots and initialises the TypeSolver and
returns the SourceRoots configured with the TypeSolver in a ProjectRoot object.-
Constructor Summary
ConstructorsConstructorDescriptionSymbolSolverCollectionStrategy(com.github.javaparser.ParserConfiguration parserConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.utils.ProjectRootcom.github.javaparser.ParserConfigurationMethods inherited from class 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
public SymbolSolverCollectionStrategy(com.github.javaparser.ParserConfiguration parserConfiguration)
-
-
Method Details
-
getParserConfiguration
public com.github.javaparser.ParserConfiguration getParserConfiguration()- Specified by:
getParserConfigurationin interfacecom.github.javaparser.utils.CollectionStrategy
-
collect
- Specified by:
collectin interfacecom.github.javaparser.utils.CollectionStrategy
-