aesi-intellij / org.metaborg.paplj.psi / PapljTypes
PapljTypes
interface PapljTypes
Types
Factory | open class Factory |
Properties
ADDITIVE_EXPR | static val ADDITIVE_EXPR: IElementType |
ASSIGNMENT_EXPR | static val ASSIGNMENT_EXPR: IElementType |
BINDING | static val BINDING: IElementType |
BLOCK_EXPR | static val BLOCK_EXPR: IElementType |
BOOL_EXPR | static val BOOL_EXPR: IElementType |
CAST_EXPR | static val CAST_EXPR: IElementType |
CLASS_DECLARATION | static val CLASS_DECLARATION: IElementType |
COMPARATIVE_EXPR | static val COMPARATIVE_EXPR: IElementType |
EXPR | static val EXPR: IElementType |
FIELD | static val FIELD: IElementType |
IF_EXPR | static val IF_EXPR: IElementType |
IMPORT_STATEMENT | static val IMPORT_STATEMENT: IElementType |
LET_EXPR | static val LET_EXPR: IElementType |
LOGICAL_AND_EXPR | static val LOGICAL_AND_EXPR: IElementType |
LOGICAL_OR_EXPR | static val LOGICAL_OR_EXPR: IElementType |
MEMBER_DECLARATION | static val MEMBER_DECLARATION: IElementType |
MEMBER_EXPR | static val MEMBER_EXPR: IElementType |
METHOD | static val METHOD: IElementType |
MIN_EXPR | static val MIN_EXPR: IElementType |
MULTIPLICATIVE_EXPR | static val MULTIPLICATIVE_EXPR: IElementType |
NEW_EXPR | static val NEW_EXPR: IElementType |
NOT_EXPR | static val NOT_EXPR: IElementType |
NULL_EXPR | static val NULL_EXPR: IElementType |
NUM_EXPR | static val NUM_EXPR: IElementType |
PARAM | static val PARAM: IElementType |
PROGRAM_STATEMENT | static val PROGRAM_STATEMENT: IElementType |
RUN_STATEMENT | static val RUN_STATEMENT: IElementType |
THIS_EXPR | static val THIS_EXPR: IElementType |
VAR_EXPR | static val VAR_EXPR: IElementType |