Uses of Class
com.github.javaparser.ParserConfiguration.LanguageLevel
-
Packages that use ParserConfiguration.LanguageLevel Package Description com.github.javaparser -
-
Uses of ParserConfiguration.LanguageLevel in com.github.javaparser
Fields in com.github.javaparser declared as ParserConfiguration.LanguageLevel Modifier and Type Field Description static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. BLEEDING_EDGEThe newest Java features supported.static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. CURRENTThe latest Java version that is available.static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. POPULARThe most used Java version.static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. RAWDoes no post processing or validation.Methods in com.github.javaparser that return ParserConfiguration.LanguageLevel Modifier and Type Method Description ParserConfiguration.LanguageLevelParserConfiguration. getLanguageLevel()static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. valueOf(String name)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.LanguageLevel Modifier and Type Method Description ParserConfigurationParserConfiguration. setLanguageLevel(ParserConfiguration.LanguageLevel languageLevel)
-