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 / DummyStructureOutliner

DummyStructureOutliner

open class DummyStructureOutliner : IStructureOutliner

Constructors

<init> DummyStructureOutliner()

Functions

getChildren open fun getChildren(document: IAesiDocument, symbol: ISymbol, cancellationToken: ICancellationToken?): MutableList<out ISymbol>
getRoots open fun getRoots(document: IAesiDocument, cancellationToken: ICancellationToken?): MutableList<out ISymbol>
hasChildren open fun hasChildren(document: IAesiDocument, symbol: ISymbol, cancellationToken: ICancellationToken?): Boolean