struct

Liger::WorkspaceAnalyzer::SymbolInfo

Inherits Struct / Value / Object

Constructors

new(name : String, type : String, kind : String, file : String, line : Int32, signature : String | Nil = nil, documentation : String | Nil = nil)
Source

Instance methods

documentation
Source
documentation=(documentation : String | Nil)
Source
file
Source
file=(file : String)
Source
kind
Source
kind=(kind : String)
Source
line
Source
line=(line : Int32)
Source
name
Source
name=(name : String)
Source
signature
Source
signature=(signature : String | Nil)
Source
type
Source
type=(type : String)
Source