View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.structureoutline / Symbol

Symbol

open class Symbol : ISymbol

Constructors

<init> Symbol(name: String, kind: SymbolKind, location: Span)

Functions

getKind open fun getKind(): SymbolKind
getLocation open fun getLocation(): Span
getName open fun getName(): String
toString open fun toString(): String