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 TypeClassDescriptionclass
Validates that identifiers are not keywords - this for the few keywords that the parser accepts because they were added after Java 1.0.class
A 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 TypeClassDescriptionclass
Verifies that only allowed modifiers are used where modifiers are expected.class
class
class