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.
|
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.