Uses of Class
com.github.javaparser.ParserConfiguration.LanguageLevel
-
Packages that use ParserConfiguration.LanguageLevel Package Description com.github.javaparser com.github.javaparser.ast.validator.language_level_validations -
-
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.private ParserConfiguration.LanguageLevelParserConfiguration. languageLevelstatic ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. POPULARThe most used Java version.static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. RAWDoes no post processing or validation.private static ParserConfiguration.LanguageLevel[]ParserConfiguration.LanguageLevel. yieldSupportMethods in com.github.javaparser that return ParserConfiguration.LanguageLevel Modifier and Type Method Description ParserConfiguration.LanguageLevelParserConfiguration. getLanguageLevel()static ParserConfiguration.LanguageLevelParserConfiguration.LanguageLevel. valueOf(java.lang.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) -
Uses of ParserConfiguration.LanguageLevel in com.github.javaparser.ast.validator.language_level_validations
Fields in com.github.javaparser.ast.validator.language_level_validations declared as ParserConfiguration.LanguageLevel Modifier and Type Field Description private ParserConfiguration.LanguageLevelUpgradeJavaMessage. levelThe language level that must be configured.Constructors in com.github.javaparser.ast.validator.language_level_validations with parameters of type ParserConfiguration.LanguageLevel Constructor Description UpgradeJavaMessage(java.lang.String reason, ParserConfiguration.LanguageLevel level)Contructor.UpgradeJavaMessage(java.lang.String reason, ParserConfiguration.LanguageLevel level, boolean upgradeNeeded)
-