Uses of Enum
com.github.javaparser.ParserConfiguration.LanguageLevel
Packages that use ParserConfiguration.LanguageLevel
Package
Description
-
Uses of ParserConfiguration.LanguageLevel in com.github.javaparser
Subclasses with type arguments of type ParserConfiguration.LanguageLevel in com.github.javaparserFields 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 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) -
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.LanguageLevelModifier and TypeFieldDescriptionprivate final ParserConfiguration.LanguageLevelUpgradeJavaMessage.levelThe language level that must be configured.Constructors in com.github.javaparser.ast.validator.language_level_validations with parameters of type ParserConfiguration.LanguageLevelModifierConstructorDescription(package private)UpgradeJavaMessage(String reason, ParserConfiguration.LanguageLevel level) Contructor.(package private)UpgradeJavaMessage(String reason, ParserConfiguration.LanguageLevel level, boolean upgradeNeeded)