Class 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 Detail

      • SymbolSolverCollectionStrategy

        public SymbolSolverCollectionStrategy()
      • SymbolSolverCollectionStrategy

        public SymbolSolverCollectionStrategy​(com.github.javaparser.ParserConfiguration parserConfiguration)
    • Method Detail

      • collect

        public com.github.javaparser.utils.ProjectRoot collect​(Path path)
        Specified by:
        collect in interface com.github.javaparser.utils.CollectionStrategy