Uses of Class
net.sourceforge.pmd.lang.java.ast.JavaParserVisitorAdapter
-
Packages that use JavaParserVisitorAdapter Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.dfa net.sourceforge.pmd.lang.java.metrics.impl.visitors net.sourceforge.pmd.lang.java.multifile net.sourceforge.pmd.lang.java.qname net.sourceforge.pmd.lang.java.symboltable net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.ast
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.ast Modifier and Type Class Description classDumpFacadeDeprecated.This class will be removed with PMD 7.classJavaParserControllessVisitorAdapterDeprecated.Visitor decorators are deprecated because they lead to fragile code.classJavaParserVisitorReducedAdapterDeprecated.The functionality of this adapter will be moved into the base java visitor, so this class will go away with PMD 7. -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.dfa
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.dfa Modifier and Type Class Description classDataFlowFacadeDeprecated.SeeDataFlowNodeclassStatementAndBraceFinderDeprecated.SeeDataFlowNodeclassVariableAccessVisitorDeprecated.SeeDataFlowNode -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.metrics.impl.visitors Modifier and Type Class Description classAtfdBaseVisitorDeprecated.Is internal API, will be moved in 7.0.0classCycloBaseVisitorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classNcssBaseVisitorDeprecated.Visitor decorators are deprecated because they lead to fragile code.classNpathBaseVisitorDeprecated.Is internal API, will be moved in 7.0.0classTccAttributeAccessCollectorDeprecated.Is internal API, will be moved in 7.0.0 -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.multifile
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.multifile Modifier and Type Class Description classMultifileVisitorFills the PackageStats.classMultifileVisitorFacade -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.qname
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.qname Modifier and Type Class Description classQualifiedNameResolverDeprecated.Is internal API -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.symboltable
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.symboltable Modifier and Type Class Description classOccurrenceFinderDeprecated.classScopeAndDeclarationFinderDeprecated. -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.typeresolution
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.typeresolution Modifier and Type Class Description classClassTypeResolverDeprecated.classTypeResolutionFacadeDeprecated.
-