View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-intellij / org.metaborg.paplj.psi / PapljMultiplicativeExpr

PapljMultiplicativeExpr

interface PapljMultiplicativeExpr : PapljExpr

Functions

getAsterisk abstract fun getAsterisk(): PsiElement?
getExprList abstract fun getExprList(): MutableList<PapljExpr>
getSlash abstract fun getSlash(): PsiElement?

Inherited Functions

getBraceL abstract fun getBraceL(): PsiElement?
getBraceR abstract fun getBraceR(): PsiElement?
getExpr abstract fun getExpr(): PapljExpr?

Inheritors

PapljMultiplicativeExprImpl open class PapljMultiplicativeExprImpl : PapljExprImpl, PapljMultiplicativeExpr