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-intellij / org.metaborg.paplj.psi / PapljImportStatement

PapljImportStatement

interface PapljImportStatement : PapljCompositeElement

Functions

getAsterisk abstract fun getAsterisk(): PsiElement?
getKImport abstract fun getKImport(): PsiElement
getSemicolon abstract fun getSemicolon(): PsiElement?

Inheritors

PapljImportStatementImpl open class PapljImportStatementImpl : PapljCompositeElementImpl, PapljImportStatement