| Modifier and Type | Class and Description |
|---|---|
class |
DumpFacade |
class |
JavaParserControllessVisitorAdapter
AST visitor that doesn't take over control (doesn't drive the visit itself).
|
class |
JavaParserVisitorReducedAdapter
Visitor adapter with convenient visit methods to e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataFlowFacade
TODO What about initializers? This only processes methods and
constructors.
|
class |
StatementAndBraceFinder
Sublayer of DataFlowFacade.
|
class |
VariableAccessVisitor
Searches for special nodes and computes based on the sequence, the type of
access of a variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtfdBaseVisitor
Computes Atfd.
|
class |
CycloBaseVisitor
Visitor calculating cyclo without counting boolean operators.
|
class |
NcssBaseVisitor
Default visitor for the calculation of Ncss.
|
class |
NpathBaseVisitor
Visitor for the default n-path complexity version.
|
class |
TccMethodPairVisitor
Returns the map of method names to the set local attributes accessed when visiting a class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultifileVisitor
Fills the PackageStats.
|
class |
MultifileVisitorFacade |
| Modifier and Type | Class and Description |
|---|---|
class |
OccurrenceFinder |
class |
ScopeAndDeclarationFinder
Visitor for scope creation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassTypeResolver |
class |
TypeResolutionFacade |
Copyright © 2002–2017 PMD. All rights reserved.