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