All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.signalfx.signalflow.grammar.SignalFlowV2Parser.tokens Maven / Gradle / Ivy

There is a newer version: 2.13.0
Show newest version
DEF=1
RETURN=2
FROM=3
IMPORT=4
AS=5
LAMBDA=6
NONE=7
TRUE=8
FALSE=9
IF=10
ELSE=11
INT=12
FLOAT=13
STRING=14
LE=15
GE=16
EQ=17
NE=18
LT=19
GT=20
OR=21
AND=22
NOT=23
IS=24
ID=25
OPEN_PAREN=26
CLOSE_PAREN=27
LSQUARE=28
RSQUARE=29
LBRACE=30
RBRACE=31
COMMA=32
SEMICOLON=33
COLON=34
PLUS=35
MINUS=36
MUL=37
DIV=38
POW=39
BINDING=40
DOT=41
NEWLINE=42
SKIP_=43
COMMENT=44
INDENT=45
DEDENT=46
'def'=1
'return'=2
'from'=3
'import'=4
'as'=5
'lambda'=6
'None'=7
'True'=8
'False'=9
'if'=10
'else'=11
'<='=15
'>='=16
'=='=17
'!='=18
'<'=19
'>'=20
'or'=21
'and'=22
'not'=23
'is'=24
'('=26
')'=27
'['=28
']'=29
'{'=30
'}'=31
','=32
';'=33
':'=34
'+'=35
'-'=36
'*'=37
'/'=38
'**'=39
'='=40
'.'=41




© 2015 - 2025 Weber Informatics LLC | Privacy Policy