aesi-intellij / org.metaborg.paplj.psi / PapljBlockExpr
PapljBlockExpr
interface PapljBlockExpr :
PapljExpr
Functions
getCbraceL | abstract fun getCbraceL(): PsiElement |
getCbraceR | abstract fun getCbraceR(): PsiElement |
getExprList | abstract fun getExprList(): MutableList < PapljExpr > |
Inherited Functions
getBraceL | abstract fun getBraceL(): PsiElement? |
getBraceR | abstract fun getBraceR(): PsiElement? |
getExpr | abstract fun getExpr(): PapljExpr ? |
Inheritors
PapljBlockExprImpl | open class PapljBlockExprImpl : PapljExprImpl , PapljBlockExpr |