aesi-intellij / org.metaborg.paplj.psi / PapljComparativeExpr
PapljComparativeExpr
interface PapljComparativeExpr :
PapljExpr
Functions
getAbrackL | abstract fun getAbrackL(): PsiElement? |
getEqeq | abstract fun getEqeq(): PsiElement? |
getExcleq | abstract fun getExcleq(): PsiElement? |
getExprList | abstract fun getExprList(): MutableList < PapljExpr > |
Inherited Functions
getBraceL | abstract fun getBraceL(): PsiElement? |
getBraceR | abstract fun getBraceR(): PsiElement? |
getExpr | abstract fun getExpr(): PapljExpr ? |
Inheritors
PapljComparativeExprImpl | open class PapljComparativeExprImpl : PapljExprImpl , PapljComparativeExpr |