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