public final class NoProblemsValidator extends Object implements Validator
| Constructor and Description |
|---|
NoProblemsValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Node node,
ProblemReporter problemReporter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic void accept(Node node, ProblemReporter problemReporter)
accept in interface TypedValidator<Node>accept in interface Validatoraccept in interface BiConsumer<Node,ProblemReporter>node - the node that wants to be validatedproblemReporter - when found, validation errors can be reported hereCopyright © 2007–2024. All rights reserved.