Uses of Enum Class
com.github.javaparser.ParserConfiguration.LanguageLevel
Packages that use ParserConfiguration.LanguageLevel
-
Uses of ParserConfiguration.LanguageLevel in com.github.javaparser
Fields in com.github.javaparser declared as ParserConfiguration.LanguageLevelModifier and TypeFieldDescriptionParserConfiguration.LanguageLevel.BLEEDING_EDGEThe newest Java features supported.ParserConfiguration.LanguageLevel.CURRENTThe latest Java version that is available.ParserConfiguration.languageLevelParserConfiguration.LanguageLevel.POPULARThe most used Java version.ParserConfiguration.LanguageLevel.RAWDoes no post processing or validation.private static final ParserConfiguration.LanguageLevel[]ParserConfiguration.LanguageLevel.yieldSupportMethods in com.github.javaparser that return ParserConfiguration.LanguageLevelModifier and TypeMethodDescriptionParserConfiguration.getLanguageLevel()Returns the enum constant of this class with the specified name.static ParserConfiguration.LanguageLevel[]ParserConfiguration.LanguageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.javaparser with parameters of type ParserConfiguration.LanguageLevelModifier and TypeMethodDescriptionParserConfiguration.setLanguageLevel(ParserConfiguration.LanguageLevel languageLevel)