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 / 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