Uses of Class
com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
Packages that use GenericVisitorWithDefaults Package Description com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of GenericVisitorWithDefaults in com.github.javaparser.symbolsolver.javaparsermodel
Subclasses of GenericVisitorWithDefaults in com.github.javaparser.symbolsolver.javaparsermodel Modifier and Type Class Description class
NormalCompletionVisitor
When deciding into which scope pattern variables should be introduced, it is sometimes necessary to determine whether a statement can complete normally {@see https://docs.oracle.com/javase/specs/jls/se22/html/jls-14.html#jls-14.22}.class
PatternVariableVisitor
-