core / org.pinelang.parser / PineLexer
PineLexer¶
open class PineLexer : Lexer
Constructors¶
Name | Summary |
---|---|
<init> | PineLexer(input: CharStream!) |
Properties¶
Name | Summary |
---|---|
_ATN | static val _ATN: ATN! |
_decisionToDFA | static val _decisionToDFA: Array <DFA!>! |
_serializedATN | static val _serializedATN: String |
_sharedContextCache | static val _sharedContextCache: PredictionContextCache! |
AND | static val AND: Int |
AND_AND | static val AND_AND: Int |
channelNames | static var channelNames: Array < String !>! |
COLON | static val COLON: Int |
COMMA | static val COMMA: Int |
COMMENT | static val COMMENT: Int |
DIV | static val DIV: Int |
DOT | static val DOT: Int |
DOUBLE_QUOTE_CLOSE | static val DOUBLE_QUOTE_CLOSE: Int |
DOUBLE_QUOTE_OPEN | static val DOUBLE_QUOTE_OPEN: Int |
EQ | static val EQ: Int |
FALSE | static val FALSE: Int |
FloatLiteral | static val FloatLiteral: Int |
ID | static val ID: Int |
Identifier | static val Identifier: Int |
IMPORT | static val IMPORT: Int |
IntegerLiteral | static val IntegerLiteral: Int |
LBRACE | static val LBRACE: Int |
LBRACKET | static val LBRACKET: Int |
LINE_COMMENT | static val LINE_COMMENT: Int |
LineString | static val LineString: Int |
LineTerminator | static val LineTerminator: Int |
LPAREN | static val LPAREN: Int |
MINUS | static val MINUS: Int |
modeNames | static var modeNames: Array < String !>! |
MULTI | static val MULTI: Int |
NULL | static val NULL: Int |
ObjectType | static val ObjectType: Int |
ON | static val ON: Int |
OR | static val OR: Int |
OR_OR | static val OR_OR: Int |
PLUS | static val PLUS: Int |
QUESTION | static val QUESTION: Int |
RBRACE | static val RBRACE: Int |
RBRACKET | static val RBRACKET: Int |
REMAINDER | static val REMAINDER: Int |
RETURN | static val RETURN: Int |
RPAREN | static val RPAREN: Int |
ruleNames | static val ruleNames: Array < String !>! |
SEMICOLON | static val SEMICOLON: Int |
STRING | static val STRING: Int |
SUFFIX_DP | static val SUFFIX_DP: Int |
SUFFIX_PX | static val SUFFIX_PX: Int |
tokenNames | static val tokenNames: Array < String !>! |
TRUE | static val TRUE: Int |
VOCABULARY | static val VOCABULARY: Vocabulary! |
WS | static val WS: Int |
Functions¶
Name | Summary |
---|---|
getATN | open fun getATN(): ATN! |
getChannelNames | open fun getChannelNames(): Array < String !>! |
getGrammarFileName | open fun getGrammarFileName(): String ! |
getModeNames | open fun getModeNames(): Array < String !>! |
getRuleNames | open fun getRuleNames(): Array < String !>! |
getSerializedATN | open fun getSerializedATN(): String ! |
getTokenNames | open fun ~~getTokenNames~~(): Array < String !>! |
getVocabulary | open fun getVocabulary(): Vocabulary! |