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

org.openrewrite.java.internal.grammar.AnnotationSignatureParser.tokens Maven / Gradle / Ivy

There is a newer version: 8.40.2
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy