-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Meaning of LanguageLevel #4392
Copy link
Copy link
Closed
Labels
Question (AST)Questions about nodes and relationships within the AST (not about how to use JavaParser)Questions about nodes and relationships within the AST (not about how to use JavaParser)
Metadata
Metadata
Assignees
Labels
Question (AST)Questions about nodes and relationships within the AST (not about how to use JavaParser)Questions about nodes and relationships within the AST (not about how to use JavaParser)
I have some Questions about the
LanguageLevelof the parser.CURRENTandBLEEDING_EDGE? The descriptions in the Javadoc are slightly different, but I cannot capture what is the different between "latest Java version" and "newest Java features". (Lately onlyBLEEDING_EDGEwas updated by @johannescoetzee to 21, butCURRENTis still 16.)