Class TextDocumentContentChangeEvent
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.TextDocumentContentChangeEvent
An event describing a change to a text document. If range and rangeLength are omitted the new
text is considered to be the full content of the document.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetRange()The range of the document that changed.Deprecated.use range instead.getText()The new text for the provided range.inthashCode()setRangeLength(Integer rangeLength)
-
Method Details
-
getRange
The range of the document that changed. -
setRange
-
getRangeLength
Deprecated.use range instead.The optional length of the range that got replaced. -
setRangeLength
-
getText
The new text for the provided range. -
setText
-
equals
-
hashCode
public int hashCode() -
create
-