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 class
DumpFacade
Deprecated.This class will be removed with PMD 7.class
JavaParserControllessVisitorAdapter
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
JavaParserVisitorReducedAdapter
Deprecated.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 class
DataFlowFacade
Deprecated.SeeDataFlowNode
class
StatementAndBraceFinder
Deprecated.SeeDataFlowNode
class
VariableAccessVisitor
Deprecated.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 class
AtfdBaseVisitor
Deprecated.Is internal API, will be moved in 7.0.0class
CycloBaseVisitor
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
NcssBaseVisitor
Deprecated.Visitor decorators are deprecated because they lead to fragile code.class
NpathBaseVisitor
Deprecated.Is internal API, will be moved in 7.0.0class
TccAttributeAccessCollector
Deprecated.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 class
MultifileVisitor
Fills the PackageStats.class
MultifileVisitorFacade
-
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 class
QualifiedNameResolver
Deprecated.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 class
OccurrenceFinder
Deprecated.class
ScopeAndDeclarationFinder
Deprecated. -
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 class
ClassTypeResolver
Deprecated.class
TypeResolutionFacade
Deprecated.
-