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.impl / PapljNewExprImpl

PapljNewExprImpl

open class PapljNewExprImpl : PapljExprImpl, PapljNewExpr

Constructors

<init> PapljNewExprImpl(node: ASTNode)

Functions

accept open fun accept(visitor: PapljVisitor): Unit
open fun accept(visitor: PsiElementVisitor): Unit
getBraceL open fun getBraceL(): PsiElement
getBraceR open fun getBraceR(): PsiElement
getKNew open fun getKNew(): PsiElement

Inherited Functions

getExpr open fun getExpr(): PapljExpr?