class

LSProtocol::InlineValueText

Inherits JSON::Serializable / Reference / Object

Provide inline value as text.

@since 3.17.0

Constructors

new(range : Range | Nil, text : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

range

The document range for which the inline value applies.

Source
text

The text of the inline value.

Source