Uses of Package
com.github.javaparser.ast.visitor
Packages that use com.github.javaparser.ast.visitor
Package
Description
Implementation of model based on JavaParser.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.astClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.bodyClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.commentsClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.exprClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.modulesClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.stmtClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.typeClassDescriptionA visitor that has a return value.A visitor that does not return anything.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.validatorClassDescriptionA visitor that does not return anything.A visitor that returns nothing, and has a default implementation for all its visit methods that simply visit their children in an unspecified order.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.validator.language_level_validations.chunksClassDescriptionA visitor that does not return anything.A visitor that returns nothing, and has a default implementation for all its visit methods that simply visit their children in an unspecified order.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.ast.visitorClassDescriptionA visitor that calculates deep node equality by comparing all properties and child nodes of the node.A visitor that has a return value.A visitor that calculates a deep hash code for a node by using the hash codes of all its properties, and the hash codes of all its child nodes (by visiting those too.)A visitor that calculates deep node equality by comparing all properties and child nodes of the node.A visitor that calculates a deep hash code for a node by using the hash codes of all its properties, and the hash codes of all its child nodes (by visiting those too.)A visitor that does not return anything.A visitor that returns nothing, and has a default implementation for all its visit methods that simply visit their children in an unspecified order.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.printer
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.symbolsolver.javaparsermodelClassDescriptionA visitor that has a return value.A visitor that has a return value (R), and has default methods that are used when a specific visit method is not overridden.
-
Classes in com.github.javaparser.ast.visitor used by com.github.javaparser.utilsClassDescriptionA visitor that has a return value.A visitor that does not return anything.