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