get

open fun get(typeSolver: TypeSolver): JavaParserFacade(source)

Note that the addition of the modifier synchronized is specific and directly in response to issue #2668. This MUST NOT be misinterpreted as a signal that JavaParser is safe to use within a multi-threaded environment. Additional discussion and context from a user attempting multithreading can be found within issue #2671 .

See also