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

PapljProgramStatementImpl

open class PapljProgramStatementImpl : PapljCompositeElementImpl, PapljProgramStatement

Constructors

<init> PapljProgramStatementImpl(node: ASTNode)

Functions

accept open fun accept(visitor: PapljVisitor): Unit
open fun accept(visitor: PsiElementVisitor): Unit
getKProgram open fun getKProgram(): PsiElement
getSemicolon open fun getSemicolon(): PsiElement?

Inherited Functions

getReference open fun getReference(): PsiReference?