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