Class LspTools

java.lang.Object
io.deephaven.lang.parse.LspTools

public class LspTools extends Object
LspTools:

This class is where we'll dump all the static "manipulate lsp-related objects".

These methods used to be instance methods on hand-maintained mutable objects,

Now, they are static utilities operating on grpc-generated immutable objects/builders.