Uses of Interface
com.github.javaparser.utils.SourceRoot.Callback
-
Packages that use SourceRoot.Callback Package Description com.github.javaparser.utils -
-
Uses of SourceRoot.Callback in com.github.javaparser.utils
Methods in com.github.javaparser.utils with parameters of type SourceRoot.Callback Modifier and Type Method Description SourceRoot
SourceRoot. parse(String startPackage, JavaParser javaParser, SourceRoot.Callback callback)
Tries to parse all .java files in a package recursively and passes them one by one to the callback.SourceRoot
SourceRoot. parseParallelized(String startPackage, JavaParser javaParser, SourceRoot.Callback callback)
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the callback.
-