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

PapljCastExpr

interface PapljCastExpr : PapljExpr

Functions

getExpr abstract fun getExpr(): PapljExpr
getKAs abstract fun getKAs(): PsiElement

Inherited Functions

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

Inheritors

PapljCastExprImpl open class PapljCastExprImpl : PapljExprImpl, PapljCastExpr