Uses of Enum
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.LanguageLevel.POPULARThe most used Java version.ParserConfiguration.LanguageLevel.RAWDoes no post processing or validation.Methods in com.github.javaparser that return ParserConfiguration.LanguageLevelModifier and TypeMethodDescriptionParserConfiguration.getLanguageLevel()Returns the enum constant of this type with the specified name.static ParserConfiguration.LanguageLevel[]ParserConfiguration.LanguageLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser with parameters of type ParserConfiguration.LanguageLevelModifier and TypeMethodDescriptionParserConfiguration.setLanguageLevel(ParserConfiguration.LanguageLevel languageLevel)