Class Validators
java.lang.Object
com.github.javaparser.ast.validator.Validators
- All Implemented Interfaces:
TypedValidator<Node>, Validator, BiConsumer<Node, ProblemReporter>
- Direct Known Subclasses:
CommonValidators, Java1_0Validator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface TypedValidator
processor
-
Field Details
-
validators
-
-
Constructor Details
-
Validators
-
-
Method Details
-
getValidators
-
remove
-
replace
-
add
-
accept
- Specified by:
acceptin interfaceBiConsumer<Node, ProblemReporter>- Specified by:
acceptin interfaceTypedValidator<Node>- Specified by:
acceptin interfaceValidator- Parameters:
node- the node that wants to be validatedproblemReporter- when found, validation errors can be reported here
-