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

PapljLetExpr

interface PapljLetExpr : PapljExpr

Functions

getBindingList abstract fun getBindingList(): MutableList<PapljBinding>
getExpr abstract fun getExpr(): PapljExpr
getKIn abstract fun getKIn(): PsiElement
getKLet abstract fun getKLet(): PsiElement

Inherited Functions

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

Inheritors

PapljLetExprImpl open class PapljLetExprImpl : PapljExprImpl, PapljLetExpr