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