ter.liqp.0.8.5.4.source-code.LiquidParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liqp Show documentation
Show all versions of liqp Show documentation
A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.
The newest version!
BlockId=1
EndBlockId=2
SimpleTagId=3
InvalidEndBlockId=4
MisMatchedEndBlockId=5
OutStart=6
TagStart=7
Other=8
OutStart2=9
OutEnd=10
TagEnd=11
Str=12
DotDot=13
Dot=14
NEq=15
Eq=16
EqSign=17
GtEq=18
Gt=19
LtEq=20
Lt=21
Minus=22
Pipe=23
Col=24
Comma=25
OPar=26
CPar=27
OBr=28
CBr=29
QMark=30
PathSep=31
DoubleNum=32
LongNum=33
WS=34
Contains=35
In=36
And=37
Or=38
True=39
False=40
Nil=41
With=42
Offset=43
Continue=44
Reversed=45
Empty=46
Blank=47
IdChain=48
Id=49
WS2=50
InvalidEndTag=51
CaptureStart=52
CaptureEnd=53
CommentStart=54
CommentEnd=55
RawStart=56
IfStart=57
Elsif=58
IfEnd=59
UnlessStart=60
UnlessEnd=61
Else=62
CaseStart=63
CaseEnd=64
When=65
Cycle=66
ForStart=67
ForEnd=68
TableStart=69
TableEnd=70
Assign=71
Include=72
IncludeRelative=73
InvalidTagId=74
RawEnd=75
OtherRaw=76
'{{'=9
'..'=13
'.'=14
'=='=16
'='=17
'>='=18
'>'=19
'<='=20
'<'=21
'-'=22
'|'=23
':'=24
','=25
'('=26
')'=27
'['=28
']'=29
'?'=30
'contains'=35
'in'=36
'and'=37
'or'=38
'true'=39
'false'=40
'with'=42
'offset'=43
'continue'=44
'reversed'=45
'empty'=46
'blank'=47
'capture'=52
'endcapture'=53
'comment'=54
'endcomment'=55
'if'=57
'elsif'=58
'endif'=59
'unless'=60
'endunless'=61
'else'=62
'case'=63
'endcase'=64
'when'=65
'cycle'=66
'for'=67
'endfor'=68
'tablerow'=69
'endtablerow'=70
'assign'=71
'include'=72
© 2015 - 2024 Weber Informatics LLC | Privacy Policy