ght.yangtools.yang-parser-rfc7950.14.0.3.source-code.YangStatementLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yang-parser-rfc7950 Show documentation
Show all versions of yang-parser-rfc7950 Show documentation
RFC6020/RFC7950 parser support
SEMICOLON=1
LEFT_BRACE=2
RIGHT_BRACE=3
SEP=4
IDENTIFIER=5
COLON=6
PLUS=7
SLASH=8
STAR=9
DQUOT_STRING=10
SQUOT_STRING=11
UQUOT_STRING=12
LINE_COMMENT=13
BLOCK_COMMENT=14
DQUOT_START=15
SQUOT_START=16
DQUOT_END=17
SQUOT_END=18
';'=1
'{'=2
'}'=3
':'=6
'+'=7
'/'=8
'*'=9