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

PapljClassDeclaration

interface PapljClassDeclaration : PapljCompositeElement

Functions

getCbraceL abstract fun getCbraceL(): PsiElement
getCbraceR abstract fun getCbraceR(): PsiElement
getKClass abstract fun getKClass(): PsiElement
getKExtends abstract fun getKExtends(): PsiElement?
getMemberDeclarationList abstract fun getMemberDeclarationList(): MutableList<PapljMemberDeclaration>

Inheritors

PapljClassDeclarationImpl open class PapljClassDeclarationImpl : PapljCompositeElementImpl, PapljClassDeclaration