chapi.parser.toml.TomlParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chapi-parser-toml Show documentation
Show all versions of chapi-parser-toml Show documentation
Chapi is A common language meta information convertor, convert different languages to same meta-data model
The newest version!
WS=1
NL=2
COMMENT=3
L_BRACKET=4
DOUBLE_L_BRACKET=5
R_BRACKET=6
DOUBLE_R_BRACKET=7
EQUALS=8
DOT=9
COMMA=10
BASIC_STRING=11
LITERAL_STRING=12
UNQUOTED_KEY=13
VALUE_WS=14
L_BRACE=15
BOOLEAN=16
ML_BASIC_STRING=17
ML_LITERAL_STRING=18
FLOAT=19
INF=20
NAN=21
DEC_INT=22
HEX_INT=23
OCT_INT=24
BIN_INT=25
OFFSET_DATE_TIME=26
LOCAL_DATE_TIME=27
LOCAL_DATE=28
LOCAL_TIME=29
INLINE_TABLE_WS=30
R_BRACE=31
ARRAY_WS=32
'['=4
'[['=5
']'=6
']]'=7
'='=8
'.'=9
','=10
'{'=15
'}'=31
© 2015 - 2025 Weber Informatics LLC | Privacy Policy