| Modifier and Type | Class | 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 | 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 | 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 |
TccAttributeAccessCollector |
Returns the map of method names to the set of local attributes accessed when visiting a class.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultifileVisitor |
Fills the PackageStats.
|
class |
MultifileVisitorFacade |
| Modifier and Type | Class | Description |
|---|---|---|
class |
QualifiedNameResolver |
Populates
JavaQualifiableNode instances with their qualified names. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OccurrenceFinder |
|
class |
ScopeAndDeclarationFinder |
Visitor for scope creation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassTypeResolver |
|
class |
TypeResolutionFacade |
Copyright © 2002–2018 PMD. All rights reserved.