SymbolInformation

constructor(name: String, kind: SymbolKind, containerName: String, location: Location)(source)

Creates a new symbol information object.

Parameters

name

The name of the symbol.

kind

The kind of the symbol.

containerName

The name of the symbol containing the symbol.

location

The location of the symbol.

Online Documentation