Uses of Enum
com.github.javaparser.ParserConfiguration.LanguageLevel
Packages that use ParserConfiguration.LanguageLevel
Package
Description
-
Uses of ParserConfiguration.LanguageLevel in com.github.javaparser
Fields in com.github.javaparser declared as ParserConfiguration.LanguageLevelModifier and TypeFieldDescriptionParserConfiguration.LanguageLevel.BLEEDING_EDGE
The newest Java features supported.ParserConfiguration.LanguageLevel.CURRENT
The latest Java version that is available.ParserConfiguration.languageLevel
ParserConfiguration.LanguageLevel.POPULAR
The most used Java version.ParserConfiguration.LanguageLevel.RAW
Does no post processing or validation.private static final ParserConfiguration.LanguageLevel[]
ParserConfiguration.LanguageLevel.yieldSupport
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) -
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.LanguageLevel
UpgradeJavaMessage.level
The 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.