Class SingleNodeTypeValidator<N extends Node>

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

public class SingleNodeTypeValidator<N extends Node> extends Object implements Validator
Runs a validator on all nodes of a certain type.