aesi-intellij / org.metaborg.paplj.psi.impl / PapljMethodImpl
PapljMethodImpl
open class PapljMethodImpl :
PapljCompositeElementImpl
,
PapljMethod
Constructors
<init> | PapljMethodImpl(node: ASTNode) |
Functions
accept | open fun accept(visitor: PapljVisitor ): Unit open fun accept(visitor: PsiElementVisitor): Unit |
getBlockExpr | open fun getBlockExpr(): PapljBlockExpr |
getBraceL | open fun getBraceL(): PsiElement |
getBraceR | open fun getBraceR(): PsiElement |
getParamList | open fun getParamList(): MutableList < PapljParam > |
Inherited Functions
getReference | open fun getReference(): PsiReference? |