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

PapljComparativeExprImpl

open class PapljComparativeExprImpl : PapljExprImpl, PapljComparativeExpr

Constructors

<init> PapljComparativeExprImpl(node: ASTNode)

Functions

accept open fun accept(visitor: PapljVisitor): Unit
open fun accept(visitor: PsiElementVisitor): Unit
getAbrackL open fun getAbrackL(): PsiElement?
getEqeq open fun getEqeq(): PsiElement?
getExcleq open fun getExcleq(): PsiElement?
getExprList open fun getExprList(): MutableList<PapljExpr>

Inherited Functions

getBraceL open fun getBraceL(): PsiElement?
getBraceR open fun getBraceR(): PsiElement?
getExpr open fun getExpr(): PapljExpr?