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