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

PapljNotExpr

interface PapljNotExpr : PapljExpr

Functions

getExcl abstract fun getExcl(): PsiElement
getExpr abstract fun getExpr(): PapljExpr

Inherited Functions

getBraceL abstract fun getBraceL(): PsiElement?
getBraceR abstract fun getBraceR(): PsiElement?

Inheritors

PapljNotExprImpl open class PapljNotExprImpl : PapljExprImpl, PapljNotExpr