aesi-intellij / org.metaborg.paplj.psi / PapljThisExpr
PapljThisExpr
interface PapljThisExpr :
PapljExpr
Functions
getKThis | abstract fun getKThis(): PsiElement |
Inherited Functions
getBraceL | abstract fun getBraceL(): PsiElement? |
getBraceR | abstract fun getBraceR(): PsiElement? |
getExpr | abstract fun getExpr(): PapljExpr ? |
Inheritors
PapljThisExprImpl | open class PapljThisExprImpl : PapljExprImpl , PapljThisExpr |