aesi-intellij / org.metaborg.paplj.psi.impl / PapljLogicalAndExprImpl
PapljLogicalAndExprImpl
open class PapljLogicalAndExprImpl :
PapljExprImpl
,
PapljLogicalAndExpr
Constructors
<init> | PapljLogicalAndExprImpl(node: ASTNode) |
Functions
accept | open fun accept(visitor: PapljVisitor ): Unit open fun accept(visitor: PsiElementVisitor): Unit |
getAndand | open fun getAndand(): PsiElement |
getExprList | open fun getExprList(): MutableList < PapljExpr > |
Inherited Functions
getBraceL | open fun getBraceL(): PsiElement? |
getBraceR | open fun getBraceR(): PsiElement? |
getExpr | open fun getExpr(): PapljExpr ? |