Class SimpleValidator<N extends Node>

java.lang.Object
com.github.javaparser.ast.validator.SingleNodeTypeValidator<N>
com.github.javaparser.ast.validator.SimpleValidator<N>
All Implemented Interfaces:
TypedValidator<Node>, Validator, BiConsumer<Node,​ProblemReporter>

public class SimpleValidator<N extends Node> extends SingleNodeTypeValidator<N>
Runs a validator on all nodes of a certain type, and adds a problem for all nodes that pass a condition.