Package | Description |
---|---|
net.sourceforge.pmd.lang.java.ast | |
net.sourceforge.pmd.lang.java.oom |
Object-Oriented Metrics module (Metrics framework).
|
Modifier and Type | Method and Description |
---|---|
QualifiedName |
QualifiableNode.getQualifiedName()
Returns a qualified name for this node.
|
QualifiedName |
ASTMethodDeclaration.getQualifiedName() |
QualifiedName |
ASTConstructorDeclaration.getQualifiedName() |
QualifiedName |
ASTClassOrInterfaceDeclaration.getQualifiedName() |
static QualifiedName |
QualifiedName.makeClassOf(Class<?> clazz) |
static QualifiedName |
QualifiedName.makeNestedClassOf(QualifiedName parent,
String className)
Builds the qualified name of a nested class using the qualified name of its immediate parent.
|
static QualifiedName |
QualifiedName.makeOperationOf(ASTConstructorDeclaration node)
Builds the qualified name of a constructor declaration.
|
static QualifiedName |
QualifiedName.makeOperationOf(ASTMethodDeclaration node)
Builds the qualified name of a method declaration.
|
static QualifiedName |
QualifiedName.makeOuterClassOf(ASTClassOrInterfaceDeclaration node)
Builds the qualified name of an outer (not nested) class.
|
static QualifiedName |
QualifiedName.parseName(String name)
Parses a qualified name given in the format defined for this implementation.
|
Modifier and Type | Method and Description |
---|---|
static QualifiedName |
QualifiedName.makeNestedClassOf(QualifiedName parent,
String className)
Builds the qualified name of a nested class using the qualified name of its immediate parent.
|
Modifier and Type | Method and Description |
---|---|
protected List<QualifiedName> |
AbstractMetric.findAllCalls(ASTMethodOrConstructorDeclaration node) |
Modifier and Type | Method and Description |
---|---|
boolean |
PackageStats.hasMatchingSig(QualifiedName qname,
OperationSigMask sigMask)
Returns true if the signature of the operation designated by the qualified name is covered by
the mask.
|
boolean |
PackageStats.hasMatchingSig(QualifiedName qname,
String fieldName,
FieldSigMask sigMask)
Returns true if the signature of the field designated by its name and the qualified name of its class is
covered by the mask.
|
Copyright © 2002–2017 PMD. All rights reserved.