Home
last modified time | relevance | path

Searched refs:tryToParseParallelized (Results 1 – 1 of 1) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSourceRoot.java192 public List<ParseResult<CompilationUnit>> tryToParseParallelized(String startPackage) { in tryToParseParallelized() method in SourceRoot
224 public List<ParseResult<CompilationUnit>> tryToParseParallelized() throws IOException { in tryToParseParallelized() method in SourceRoot
225 return tryToParseParallelized(""); in tryToParseParallelized()