Package io.deephaven.web.client.ide
Class LspTranslate
java.lang.Object
io.deephaven.web.client.ide.LspTranslate
LspTranslate:
This class is responsible for transforming "off-the-wire" protobuf completion responses into js-friendly "js api" objects that we can hand off to clients.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionItem
toJs
(CompletionItem src) static Hover
toJs
(GetHoverResponse src) static SignatureInformation
toJs
(SignatureInformation src)
-
Constructor Details
-
LspTranslate
public LspTranslate()
-
-
Method Details
-
toJs
-
toJs
-
toJs
-