Constructor JavaRepository
JavaRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the JavaRepository
class with specified parameters.
public JavaRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)
Parameters
documentProvider
ILspDocumentProviderILspDocumentProvider
for this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.