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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy