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

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

There is a newer version: 8.40.2
Show newest version
CONSTRUCTOR=1
LPAREN=2
RPAREN=3
LBRACK=4
RBRACK=5
COMMA=6
DOT=7
BANG=8
WILDCARD=9
AND=10
OR=11
ELLIPSIS=12
DOTDOT=13
POUND=14
SPACE=15
Identifier=16
''=1
'('=2
')'=3
'['=4
']'=5
','=6
'.'=7
'!'=8
'*'=9
'&&'=10
'||'=11
'...'=12
'..'=13
'#'=14
' '=15




© 2015 - 2024 Weber Informatics LLC | Privacy Policy