struct

LSP::Protocol::SymbolInformation

Inherits Struct / Value / Object

Constructors

new(name : String, kind : LSP::Protocol::SymbolKind, location : LSP::Protocol::Location, containerName : Nil | String = Nil)
Source
new(__temp_312 : JSON::PullParser)
Source

Instance methods

containerName
Source
containerName=(_containerName : Union(String, Nil))
Source
kind
Source
kind=(_kind : SymbolKind)
Source
location
Source
location=(_location : Location)
Source
name
Source
name=(_name : String)
Source
to_json(json : JSON::Builder)
Source