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