Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommentLexerCOMMENT = 1 CommentLexerLINE_COMMENT = 2 CommentLexerPYTHON_COMMENT = 3 CommentLexerDECIMAL_LITERAL = 4 CommentLexerHEX_LITERAL = 5 CommentLexerOCT_LITERAL = 6 CommentLexerBINARY_LITERAL = 7 CommentLexerFLOAT_LITERAL = 8 CommentLexerHEX_FLOAT_LITERAL = 9 CommentLexerBOOL_LITERAL = 10 CommentLexerCHAR_LITERAL = 11 CommentLexerSTRING_LITERAL = 12 CommentLexerNULL_LITERAL = 13 CommentLexerLPAREN = 14 CommentLexerRPAREN = 15 CommentLexerLBRACE = 16 CommentLexerRBRACE = 17 CommentLexerLBRACK = 18 CommentLexerRBRACK = 19 CommentLexerSEMI = 20 CommentLexerCOMMA = 21 CommentLexerDOT = 22 CommentLexerASSIGN = 23 CommentLexerGT = 24 CommentLexerLT = 25 CommentLexerBANG = 26 CommentLexerTILDE = 27 CommentLexerQUESTION = 28 CommentLexerCOLON = 29 CommentLexerEQUAL = 30 CommentLexerLE = 31 CommentLexerGE = 32 CommentLexerNOTEQUAL = 33 CommentLexerAND = 34 CommentLexerOR = 35 CommentLexerINC = 36 CommentLexerDEC = 37 CommentLexerADD = 38 CommentLexerSUB = 39 CommentLexerMUL = 40 CommentLexerDIV = 41 CommentLexerBITAND = 42 CommentLexerBITOR = 43 CommentLexerCARET = 44 CommentLexerMOD = 45 CommentLexerADD_ASSIGN = 46 CommentLexerSUB_ASSIGN = 47 CommentLexerMUL_ASSIGN = 48 CommentLexerDIV_ASSIGN = 49 CommentLexerAND_ASSIGN = 50 CommentLexerOR_ASSIGN = 51 CommentLexerXOR_ASSIGN = 52 CommentLexerMOD_ASSIGN = 53 CommentLexerLSHIFT_ASSIGN = 54 CommentLexerRSHIFT_ASSIGN = 55 CommentLexerURSHIFT_ASSIGN = 56 CommentLexerTemplateStringLiteral = 57 CommentLexerARROW = 58 CommentLexerCOLONCOLON = 59 CommentLexerAT = 60 CommentLexerELLIPSIS = 61 CommentLexerWS = 62 CommentLexerIDENTIFIER = 63 )
CommentLexer tokens.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentLexer ¶
func NewCommentLexer ¶
func NewCommentLexer(input antlr.CharStream) *CommentLexer
Click to show internal directories.
Click to hide internal directories.