aesi-intellij / org.metaborg.paplj.psi / PapljLogicalAndExpr
PapljLogicalAndExpr
interface PapljLogicalAndExpr :
PapljExpr
Functions
getAndand | abstract fun getAndand(): 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
PapljLogicalAndExprImpl | open class PapljLogicalAndExprImpl : PapljExprImpl , PapljLogicalAndExpr |