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