| Package | Description |
|---|---|
| com.github.javaparser.ast.validator | |
| com.github.javaparser.ast.validator.chunks |
| Modifier and Type | Class and Description |
|---|---|
class |
ReservedKeywordValidator
Validates that identifiers are not keywords - this for the few keywords that the parser
accepts because they were added after Java 1.0.
|
class |
VisitorValidator
A validator that uses a visitor for validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifierValidator
Verifies that only allowed modifiers are used where modifiers are expected.
|
class |
NoBinaryIntegerLiteralsValidator |
class |
NoUnderscoresInIntegerLiteralsValidator |
class |
UnderscoreKeywordValidator |
Copyright © 2007–2024. All rights reserved.