Uses of Class
com.github.javaparser.ast.visitor.VoidVisitorAdapter
Packages that use VoidVisitorAdapter
Package
Description
-
Uses of VoidVisitorAdapter in com.github.javaparser.ast.validator
Subclasses of VoidVisitorAdapter in com.github.javaparser.ast.validatorModifier and TypeClassDescriptionclassValidates that "record" cannot be used as identifier for type declarations (e.g., classes, enums, and records).classValidates that identifiers are not keywords - this for the few keywords that the parser accepts because they were added after Java 1.0.classA validator that uses a visitor for validation. -
Uses of VoidVisitorAdapter in com.github.javaparser.ast.validator.language_level_validations.chunks
Subclasses of VoidVisitorAdapter in com.github.javaparser.ast.validator.language_level_validations.chunksModifier and TypeClassDescriptionclassVerifies that only allowed modifiers are used where modifiers are expected.classclassclass