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 classDumpFacadeclassJavaParserControllessVisitorAdapterAST visitor that doesn't take over control (doesn't drive the visit itself).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.visitors
Subclasses of JavaParserVisitorAdapter in net.sourceforge.pmd.lang.java.metrics.impl.visitors Modifier and Type Class Description classAtfdBaseVisitorComputes Atfd.classCycloBaseVisitorVisitor calculating cyclo without counting boolean operators.classNcssBaseVisitorDefault visitor for the calculation of Ncss.classNpathBaseVisitorVisitor for the default n-path complexity version.classTccAttributeAccessCollectorReturns the map of method names to the set of local attributes accessed when visiting a class. -
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 classClassTypeResolverclassTypeResolutionFacade
-