org.openrewrite.java.internal.grammar.MethodSignatureParser.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.
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