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