org.openrewrite.java.internal.grammar.TemplateParameterLexer.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.
LPAREN=1
RPAREN=2
DOT=3
COLON=4
COMMA=5
LBRACK=6
RBRACK=7
WILDCARD=8
Variance=9
FullyQualifiedName=10
Number=11
Identifier=12
S=13
'('=1
')'=2
'.'=3
':'=4
','=5
'<'=6
'>'=7
'?'=8