aesi-java / com.virtlink.editorservices.structureoutline / IStructureOutliner / outline
outline
abstract fun outline(project: IProject, document: IDocument, symbol: ISymbol?, cancellationToken: ICancellationToken?): List<ISymbol>
Returns the child symbols of the given symbol (if any) or the root of the document.