Class ReservedKeywordValidator

All Implemented Interfaces:
TypedValidator<Node>, Validator, VoidVisitor<ProblemReporter>, BiConsumer<Node,​ProblemReporter>

public class ReservedKeywordValidator extends VisitorValidator
Validates that identifiers are not keywords - this for the few keywords that the parser accepts because they were added after Java 1.0.