org.openrewrite.java.internal.grammar.AnnotationSignatureParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rewrite-java Show documentation
Show all versions of rewrite-java Show documentation
Eliminate tech-debt. Automatically.
IntegerLiteral=1
FloatingPointLiteral=2
BooleanLiteral=3
CharacterLiteral=4
StringLiteral=5
LPAREN=6
RPAREN=7
LBRACK=8
RBRACK=9
COMMA=10
DOT=11
ASSIGN=12
COLON=13
ADD=14
SUB=15
AND=16
OR=17
AT=18
ELLIPSIS=19
DOTDOT=20
SPACE=21
Identifier=22
'('=6
')'=7
'['=8
']'=9
','=10
'.'=11
'='=12
':'=13
'+'=14
'-'=15
'&&'=16
'||'=17
'@'=18
'...'=19
'..'=20
' '=21