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.internal 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.classJavaParserVisitorReducedAdapterVisitor adapter with convenient visit methods to e.g. -
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 classDataFlowFacadeTODO What about initializers? This only processes methods and constructors.classStatementAndBraceFinderSublayer of DataFlowFacade.classVariableAccessVisitorSearches for special nodes and computes based on the sequence, the type of access of a variable. -
Uses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.metrics.impl.internal
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.metrics.impl.internal Modifier and Type Class Description classCycloVisitorVisitor for the Cyclo metric.classNcssVisitorVisitor for the Ncss metric. -
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 classQualifiedNameResolverPopulatesJavaQualifiableNodeinstances with their qualified names. -
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 classOccurrenceFinderclassScopeAndDeclarationFinderVisitor for scope creation. -
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.
-