Package | Description |
---|---|
com.github.javaparser |
Modifier and Type | Field and Description |
---|---|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.BLEEDING_EDGE
The newest Java features supported.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.BLEEDING_EDGE
The newest Java features supported.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.CURRENT
The latest Java version that is available.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.CURRENT
The latest Java version that is available.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.POPULAR
The most used Java version.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.POPULAR
The most used Java version.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.RAW
Does no post processing or validation.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.RAW
Does no post processing or validation.
|
Modifier and Type | Method and Description |
---|---|
ParserConfiguration.LanguageLevel |
ParserConfiguration.getLanguageLevel() |
ParserConfiguration.LanguageLevel |
ParserConfiguration.getLanguageLevel() |
static ParserConfiguration.LanguageLevel |
ParserConfiguration.LanguageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserConfiguration.LanguageLevel |
ParserConfiguration.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.
|
static ParserConfiguration.LanguageLevel[] |
ParserConfiguration.LanguageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ParserConfiguration |
ParserConfiguration.setLanguageLevel(ParserConfiguration.LanguageLevel languageLevel) |
ParserConfiguration |
ParserConfiguration.setLanguageLevel(ParserConfiguration.LanguageLevel languageLevel) |
Copyright © 2007–2022. All rights reserved.