aesi-intellij / org.metaborg.paplj.psi / PapljMethod
PapljMethod
interface PapljMethod :
PapljCompositeElement
Functions
getBlockExpr | abstract fun getBlockExpr(): PapljBlockExpr |
getBraceL | abstract fun getBraceL(): PsiElement |
getBraceR | abstract fun getBraceR(): PsiElement |
getParamList | abstract fun getParamList(): MutableList < PapljParam > |
Inheritors
PapljMethodImpl | open class PapljMethodImpl : PapljCompositeElementImpl , PapljMethod |