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

PapljMemberDeclaration

interface PapljMemberDeclaration : PapljCompositeElement

Functions

getField abstract fun getField(): PapljField?
getMethod abstract fun getMethod(): PapljMethod?

Inheritors

PapljMemberDeclarationImpl open class PapljMemberDeclarationImpl : PapljCompositeElementImpl, PapljMemberDeclaration