aesi-intellij / org.metaborg.paplj.psi / PapljMinExpr
PapljMinExpr
interface PapljMinExpr :
PapljExpr
Functions
getExpr | abstract fun getExpr(): PapljExpr |
getMinus | abstract fun getMinus(): PsiElement |
Inherited Functions
getBraceL | abstract fun getBraceL(): PsiElement? |
getBraceR | abstract fun getBraceR(): PsiElement? |
Inheritors
PapljMinExprImpl | open class PapljMinExprImpl : PapljExprImpl , PapljMinExpr |