| Interface | Description |
|---|---|
| Validator |
A validator that can be run on a node to check for semantic errors.
|
| Class | Description |
|---|---|
| BaseJavaValidator |
Contains validations that are valid for every Java version.
|
| BaseModifierValidator |
Verifies that only allowed modifiers are used where modifiers are expected.
|
| Java8Validator |
This validator validates according to Java 8 syntax rules.
|
| Java9Validator |
This validator validates according to Java 9 syntax rules.
|
| NoProblemsValidator |
Stub validator for when no validation is wanted.
|
| ProblemReporter |
A simple interface where validators can report found problems.
|
| Validators |
A validator that will call a collection of validators.
|
| VisitorValidator |
A validator that uses a visitor for validation.
|
Copyright © 2007–2017. All rights reserved.